1
0
Fork 0
No description
Find a file
Andrew Tomaka d319211044 Merge branch 'atomaka/feature/paper_trail' into 'master'
Implement version tracking and undoing

Add version tracking using the paper_trail gem.  All models are currently being tracked. However, UI has only been implemented for the Cards model.  Cards will show a list of all previous versions when editing them.  Undoing was also implemented for cards.  Whenever any create, edit, or delete is performed, the flash notice will include an undo link that can be used to revert the change.

paper_trail does not track `has_and_belongs_to_many` so `link` changes will not be tracked.

See merge request !2
2015-10-14 10:03:00 -04:00
app Implement undoing 2015-10-14 10:00:16 -04:00
bin Initial rails new 2015-09-29 19:02:43 -04:00
config Implement undoing 2015-10-14 10:00:16 -04:00
db Support associations (no has_and_belongs_to) 2015-10-14 10:00:06 -04:00
lib Switch to bootstrap for now 2015-10-06 12:11:53 -04:00
log Initial rails new 2015-09-29 19:02:43 -04:00
public Initial rails new 2015-09-29 19:02:43 -04:00
vendor/assets Initial rails new 2015-09-29 19:02:43 -04:00
.env.sample Add Reddit login/logout 2015-09-29 21:21:27 -04:00
.gitignore Add all the basic models 2015-10-07 15:27:26 -04:00
config.ru Initial rails new 2015-09-29 19:02:43 -04:00
Gemfile Install paper_trail and track all models 2015-10-13 17:27:13 -04:00
Gemfile.lock Install paper_trail and track all models 2015-10-13 17:27:13 -04:00
Rakefile Initial rails new 2015-09-29 19:02:43 -04:00
README.rdoc Initial rails new 2015-09-29 19:02:43 -04:00

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.