Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Remove unnecessary comma. | Uģis Ozols | 2011-12-26 | 1 | -1/+1 | |
* | | | | | | | | | | | removing dead code. | Aaron Patterson | 2011-12-29 | 1 | -12/+3 | |
* | | | | | | | | | | | decouple initialize from clear!. Initialize ivars in initialize, clear | Aaron Patterson | 2011-12-29 | 1 | -5/+5 | |
* | | | | | | | | | | | modules don't have any instance methods | Aaron Patterson | 2011-12-29 | 1 | -3/+1 | |
* | | | | | | | | | | | Deprecate implicit eager loading. Closes #950. | Jon Leighton | 2011-12-29 | 27 | -99/+181 | |
* | | | | | | | | | | | Merge pull request #4231 from nashby/remove-constantize-ruby-18 | José Valim | 2011-12-29 | 1 | -39/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | remove ruby 1.8 checking in constantize method | Vasiliy Ermolovich | 2011-12-29 | 1 | -39/+24 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #4230 from alovak/patch-1 | José Valim | 2011-12-29 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix rails/generators/base.rb documentation for hook_for | Pavel Gabriel | 2011-12-29 | 1 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | simplify sweep now that discard and flashes are in sync | Aaron Patterson | 2011-12-28 | 1 | -8/+2 | |
* | | | | | | | | | | mutations on the underlying hash should also mutate the discard set | Aaron Patterson | 2011-12-28 | 2 | -3/+24 | |
* | | | | | | | | | | rename @used to something a bit more meaningful | Aaron Patterson | 2011-12-28 | 1 | -7/+7 | |
* | | | | | | | | | | mutations can't be done without the consent of our proxy object. This | Aaron Patterson | 2011-12-28 | 2 | -3/+62 | |
* | | | | | | | | | | again, use Set#subtract | Aaron Patterson | 2011-12-28 | 1 | -1/+1 | |
* | | | | | | | | | | Use Set#subtract and Set#merge for keeping track of used / unused keys | Aaron Patterson | 2011-12-28 | 1 | -15/+4 | |
* | | | | | | | | | | fix method visibility | Aaron Patterson | 2011-12-28 | 1 | -15/+15 | |
* | | | | | | | | | | no need for bang bang :bomb: | Aaron Patterson | 2011-12-28 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_ids | Aaron Patterson | 2011-12-28 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | allow reorder to affect eager loading correctly | Matt Jones + Scott Walker | 2011-12-28 | 2 | -1/+11 | |
* | | | | | | | | | | | Fix CI | Jon Leighton | 2011-12-28 | 5 | -25/+25 | |
* | | | | | | | | | | | app code in general wants Time.current, not Time.now | Xavier Noria | 2011-12-28 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #4222 from amatsuda/ar_predicate_builder_refactor | Aaron Patterson | 2011-12-28 | 1 | -35/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | refactor AR::PredicateBuilder.build_from_hash | Akira Matsuda | 2011-12-29 | 1 | -35/+37 | |
* | | | | | | | | | | | | Merge pull request #4221 from tonycoco/master | Jon Leighton | 2011-12-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update railties/lib/rails/generators/actions.rb | Tony Coconate | 2011-12-28 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Delete some stray lines | Jon Leighton | 2011-12-28 | 2 | -3/+0 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Revert "Merge pull request #4220 from bensie/singleton-class-master" | Jon Leighton | 2011-12-28 | 1 | -1/+14 | |
* | | | | | | | | | | | | Avoid deprecation warning | Jon Leighton | 2011-12-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | Support establishing connection on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 25 | -230/+251 | |
* | | | | | | | | | | | | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 28 | -222/+498 | |
* | | | | | | | | | | | | Merge pull request #4207 from nashby/deprecate-base64-encode64s | Aaron Patterson | 2011-12-28 | 6 | -9/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead | Vasiliy Ermolovich | 2011-12-27 | 6 | -9/+15 | |
* | | | | | | | | | | | | | Add CHANGELOG entry | Santiago Pastorino | 2011-12-28 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Merge pull request #4220 from bensie/singleton-class-master | Aaron Patterson | 2011-12-28 | 1 | -14/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Further simplify singleton_class checking in class_attribute | James Miller | 2011-12-28 | 1 | -14/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #4218 from bogdan/reset_runner_callbacks | José Valim | 2011-12-28 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Refactor AS::Callbacks | Bogdan Gusiev | 2011-12-28 | 1 | -6/+8 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #4213 from amatsuda/ar_where_array_of_nil_and_a_value | Jon Leighton | 2011-12-28 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | where(foo: [1, nil]) becomes "WHERE foo = 1 OR foo IS NULL" | Akira Matsuda | 2011-12-28 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | no need to compact an already compacted Array | Akira Matsuda | 2011-12-28 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | / / / / / / / / / / | Bump to rack 1.4.0 | Santiago Pastorino | 2011-12-28 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #4153 from alexeymuranov/my_fix_for_prefix_suffix_fixtures... | Jon Leighton | 2011-12-28 | 3 | -25/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use the correct table name from fixture | Alexey Muranov | 2011-12-28 | 1 | -2/+2 | |
| * | | | | | | | | | | | Fix a fixtures test case with table prefix/suffix | Alexey Muranov | 2011-12-27 | 2 | -23/+79 | |
* | | | | | | | | | | | | Merge pull request #4201 from arunagw/no_worry_about_1.9.2 | Santiago Pastorino | 2011-12-27 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Revert "This conditions is required to work with database create task. 1.9.2 ... | Arun Agrawal | 2011-12-27 | 1 | -2/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4198 from castlerock/remove_GC_checks_for_ruby19 | Santiago Pastorino | 2011-12-27 | 1 | -10/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | remove conditions for GC::Profiler in ruby19 | Vishnu Atrai | 2011-12-27 | 1 | -10/+4 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4199 from cibernox/patch-1 | José Valim | 2011-12-26 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Removed RUBY_ENGINE checks for ruby18 | Miguel Camba | 2011-12-27 | 1 | -3/+1 | |
|/ / / / / / / / / / / |