aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/session_migration/session_migration_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-24/+0
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+24