aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | remove Time._dump and Time._load patching for ruby 1.8Vasiliy Ermolovich2011-12-251-27/+0
* | | | | | | Use 1.9 hash syntax instead.José Valim2011-12-243-15/+15
|/ / / / / /
* | | | | | Merge pull request #4172 from nashby/refactor-tokenizerJosé Valim2011-12-241-4/+2
|\ \ \ \ \ \
| * | | | | | don't call an extra method if options[:tokenizer] is not presentVasiliy Ermolovich2011-12-241-4/+2
* | | | | | | Merge pull request #4170 from lest/remove-deprecated-synchronizeJosé Valim2011-12-243-71/+1
|\ \ \ \ \ \ \
| * | | | | | | remove deprecated Module#synchronize from ActiveSupportSergey Nartimov2011-12-243-71/+1
| |/ / / / / /
* | | | | | | Merge pull request #4168 from lest/remove-define-attr-methodJeremy Kemper2011-12-242-72/+0
|\ \ \ \ \ \ \
| * | | | | | | remove deprecated define_attr_method from ActiveModel::AttributeMethodsSergey Nartimov2011-12-242-72/+0
| |/ / / / / /
* | | | | | | Merge pull request #4171 from castlerock/remove_deprecated_stuffVijay Dev2011-12-242-6/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove deprecated whiny nil related codeVishnu Atrai2011-12-252-6/+0
|/ / / / / /
* | | | | | Merge pull request #4166 from nashby/range-min-maxJeremy Kemper2011-12-241-2/+1
|\ \ \ \ \ \
| * | | | | | use Range#min and Range#max to reduce extra statementVasiliy Ermolovich2011-12-241-2/+1
|/ / / / / /
* | | | | | assert_not_match -> assert_no_match.José Valim2011-12-242-6/+6
* | | | | | add latest changes to 3.2 release notesVijay Dev2011-12-241-0/+14
* | | | | | Intercept sends in Model::DeprecationProxyJon Leighton2011-12-242-1/+5
* | | | | | Merge pull request #4161 from lest/remove-uniq-by-usageJosé Valim2011-12-242-2/+1
|\ \ \ \ \ \
| * | | | | | use Array#uniq in AM instead of deprecated Array#uniq_bySergey Nartimov2011-12-242-2/+1
* | | | | | | Merge pull request #4160 from lest/deprecate-encoding-awareJosé Valim2011-12-2425-164/+113
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-2425-164/+113
|/ / / / / /
* | | | | | Fix position of load hook so that Base has been defined and included Model be...Jon Leighton2011-12-242-3/+6
* | | | | | minor edits in caching guideVijay Dev2011-12-241-3/+3
* | | | | | A few doc changesVijay Dev2011-12-243-13/+6
* | | | | | Fix regexp intervals.José Valim2011-12-241-2/+2
* | | | | | Add some doc for ActiveRecord::ModelJon Leighton2011-12-242-3/+38
* | | | | | Add test to ensure AR::Model initialization works correctlyJon Leighton2011-12-241-0/+5
* | | | | | Add deprecation for the change to the active_record load hookJon Leighton2011-12-242-1/+38
* | | | | | Support nested AR::ModelsJon Leighton2011-12-243-1/+13
* | | | | | auto_explain_threshold_in_seconds should be a global config option so it can ...Jon Leighton2011-12-241-8/+3
* | | | | | Don't include anything else if AR::Model has already been includedJon Leighton2011-12-242-0/+7
* | | | | | Make PredicateBuilder recognise AR::ModelJon Leighton2011-12-242-2/+8
* | | | | | Ensure attribute methods are included after all the AR stuffJon Leighton2011-12-243-2/+3
* | | | | | Fix #exists? for AR::ModelJon Leighton2011-12-242-1/+6
* | | | | | Make generated_feature_methods work with ActiveRecord::ModelJon Leighton2011-12-242-4/+13
* | | | | | Fixtures support for ActiveRecord::ModelJon Leighton2011-12-244-1/+17
* | | | | | Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-2412-83/+147
* | | | | | Add test for inheritance from a non-AR superclassJon Leighton2011-12-242-0/+19
* | | | | | Extract common logic into a methodJon Leighton2011-12-247-28/+34
* | | | | | I herd you like modules.Jon Leighton2011-12-2415-71/+153
* | | | | | Start work towards making AR include-able.Jon Leighton2011-12-244-369/+390
* | | | | | Remove Rescue middleware that was never used by Rails.José Valim2011-12-243-43/+1
* | | | | | Update CHANGELOGsJosé Valim2011-12-242-0/+4
* | | | | | Merge branch 'gzip-index' which contains two features:José Valim2011-12-2418-53/+338
|\ \ \ \ \ \
| * | | | | | Tidy up migration types.José Valim2011-12-2413-61/+81
| * | | | | | added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-2412-18/+200
| * | | | | | Remove unecessary config_accessors.José Valim2011-12-243-11/+5
| * | | | | | Provide a class optin for page_cache_compression.José Valim2011-12-242-20/+24
| * | | | | | Gzip files on page cachingAndrey A.I. Sitnik2011-12-243-5/+90
|/ / / / / /
* | | | | | Merge pull request #4149 from castlerock/remove_1.8_stuffJosé Valim2011-12-241-7/+0
|\ \ \ \ \ \
| * | | | | | remove ruby 1.8 stuff skip hack from ARVishnu Atrai2011-12-231-7/+0
* | | | | | | Merge pull request #4147 from lest/remove-app-fallbackJosé Valim2011-12-244-3/+16
|\ \ \ \ \ \ \