Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-25 | 1 | -9/+15 |
| | |||||
* | Merge pull request #4180 from lest/remove-encoding-related | José Valim | 2011-12-25 | 25 | -298/+168 |
|\ | | | | | remove checks for encodings availability | ||||
| * | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 25 | -298/+168 |
|/ | |||||
* | Merge pull request #4177 from castlerock/ruby-debug19_with_console | José Valim | 2011-12-25 | 1 | -1/+1 |
|\ | | | | | prompt message for gem ruby-debug19 for console error if ruby-debug19 not found | ||||
| * | gem ruby-debug19 for console error if ruby-debug19 not found | Vishnu Atrai | 2011-12-25 | 1 | -1/+1 |
|/ | |||||
* | (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-24 | 16 | -197/+483 |
| | |||||
* | Merge pull request #4173 from nashby/remove-time-marshaling-18 | José Valim | 2011-12-24 | 1 | -27/+0 |
|\ | | | | | remove Time._dump and Time._load patching for ruby 1.8 | ||||
| * | remove Time._dump and Time._load patching for ruby 1.8 | Vasiliy Ermolovich | 2011-12-25 | 1 | -27/+0 |
| | | |||||
* | | Use 1.9 hash syntax instead. | José Valim | 2011-12-24 | 3 | -15/+15 |
|/ | |||||
* | Merge pull request #4172 from nashby/refactor-tokenizer | José Valim | 2011-12-24 | 1 | -4/+2 |
|\ | | | | | don't call an extra method if options[:tokenizer] is not present | ||||
| * | don't call an extra method if options[:tokenizer] is not present | Vasiliy Ermolovich | 2011-12-24 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #4170 from lest/remove-deprecated-synchronize | José Valim | 2011-12-24 | 3 | -71/+1 |
|\ \ | | | | | | | remove deprecated Module#synchronize from ActiveSupport | ||||
| * | | remove deprecated Module#synchronize from ActiveSupport | Sergey Nartimov | 2011-12-24 | 3 | -71/+1 |
| |/ | |||||
* | | Merge pull request #4168 from lest/remove-define-attr-method | Jeremy Kemper | 2011-12-24 | 2 | -72/+0 |
|\ \ | | | | | | | remove deprecated define_attr_method from ActiveModel::AttributeMethods | ||||
| * | | remove deprecated define_attr_method from ActiveModel::AttributeMethods | Sergey Nartimov | 2011-12-24 | 2 | -72/+0 |
| |/ | |||||
* | | Merge pull request #4171 from castlerock/remove_deprecated_stuff | Vijay Dev | 2011-12-24 | 2 | -6/+0 |
|\ \ | |/ |/| | remove deprecated whiny nil relates | ||||
| * | remove deprecated whiny nil related code | Vishnu Atrai | 2011-12-25 | 2 | -6/+0 |
|/ | |||||
* | Merge pull request #4166 from nashby/range-min-max | Jeremy Kemper | 2011-12-24 | 1 | -2/+1 |
|\ | | | | | use Range#min and Range#max to reduce extra statement | ||||
| * | use Range#min and Range#max to reduce extra statement | Vasiliy Ermolovich | 2011-12-24 | 1 | -2/+1 |
|/ | |||||
* | assert_not_match -> assert_no_match. | José Valim | 2011-12-24 | 2 | -6/+6 |
| | |||||
* | add latest changes to 3.2 release notes | Vijay Dev | 2011-12-24 | 1 | -0/+14 |
| | |||||
* | Intercept sends in Model::DeprecationProxy | Jon Leighton | 2011-12-24 | 2 | -1/+5 |
| | |||||
* | Merge pull request #4161 from lest/remove-uniq-by-usage | José Valim | 2011-12-24 | 2 | -2/+1 |
|\ | | | | | use Array#uniq in AM instead of deprecated Array#uniq_by | ||||
| * | use Array#uniq in AM instead of deprecated Array#uniq_by | Sergey Nartimov | 2011-12-24 | 2 | -2/+1 |
| | | |||||
* | | Merge pull request #4160 from lest/deprecate-encoding-aware | José Valim | 2011-12-24 | 25 | -164/+113 |
|\ \ | |/ |/| | deprecate String#encoding_aware? and remove its usage | ||||
| * | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 25 | -164/+113 |
|/ | |||||
* | Fix position of load hook so that Base has been defined and included Model ↵ | Jon Leighton | 2011-12-24 | 2 | -3/+6 |
| | | | | before it runs | ||||
* | minor edits in caching guide | Vijay Dev | 2011-12-24 | 1 | -3/+3 |
| | |||||
* | A few doc changes | Vijay Dev | 2011-12-24 | 3 | -13/+6 |
| | |||||
* | Fix regexp intervals. | José Valim | 2011-12-24 | 1 | -2/+2 |
| | |||||
* | Add some doc for ActiveRecord::Model | Jon Leighton | 2011-12-24 | 2 | -3/+38 |
| | |||||
* | Add test to ensure AR::Model initialization works correctly | Jon Leighton | 2011-12-24 | 1 | -0/+5 |
| | |||||
* | Add deprecation for the change to the active_record load hook | Jon Leighton | 2011-12-24 | 2 | -1/+38 |
| | |||||
* | Support nested AR::Models | Jon Leighton | 2011-12-24 | 3 | -1/+13 |
| | |||||
* | auto_explain_threshold_in_seconds should be a global config option so it can ↵ | Jon Leighton | 2011-12-24 | 1 | -8/+3 |
| | | | | be shared between AR::Base and AR::Model | ||||
* | Don't include anything else if AR::Model has already been included | Jon Leighton | 2011-12-24 | 2 | -0/+7 |
| | |||||
* | Make PredicateBuilder recognise AR::Model | Jon Leighton | 2011-12-24 | 2 | -2/+8 |
| | |||||
* | Ensure attribute methods are included after all the AR stuff | Jon Leighton | 2011-12-24 | 3 | -2/+3 |
| | |||||
* | Fix #exists? for AR::Model | Jon Leighton | 2011-12-24 | 2 | -1/+6 |
| | |||||
* | Make generated_feature_methods work with ActiveRecord::Model | Jon Leighton | 2011-12-24 | 2 | -4/+13 |
| | |||||
* | Fixtures support for ActiveRecord::Model | Jon Leighton | 2011-12-24 | 4 | -1/+17 |
| | |||||
* | Deal with global config better between AR::Base and AR::Model | Jon Leighton | 2011-12-24 | 12 | -83/+147 |
| | |||||
* | Add test for inheritance from a non-AR superclass | Jon Leighton | 2011-12-24 | 2 | -0/+19 |
| | |||||
* | Extract common logic into a method | Jon Leighton | 2011-12-24 | 7 | -28/+34 |
| | |||||
* | I herd you like modules. | Jon Leighton | 2011-12-24 | 15 | -71/+153 |
| | |||||
* | Start work towards making AR include-able. | Jon Leighton | 2011-12-24 | 4 | -369/+390 |
| | |||||
* | Remove Rescue middleware that was never used by Rails. | José Valim | 2011-12-24 | 3 | -43/+1 |
| | |||||
* | Update CHANGELOGs | José Valim | 2011-12-24 | 2 | -0/+4 |
| | |||||
* | Merge branch 'gzip-index' which contains two features: | José Valim | 2011-12-24 | 18 | -53/+338 |
|\ | | | | | | | | | | | | | | | | | | | 1) Adding gzip to pages cache, closes #4124 2) Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". This feature closes #2555. | ||||
| * | Tidy up migration types. | José Valim | 2011-12-24 | 13 | -61/+81 |
| | |