Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Explicit dependency on class_inheritable_accessor | Jeremy Kemper | 2009-03-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Remove unnecessary use of Kernel#silence_warnings | Jeremy Kemper | 2009-03-24 | 1 | -3/+1 | |
| | | | ||||||
| * | | Explicit dependency on Array#extract_options! | Jeremy Kemper | 2009-03-24 | 1 | -24/+28 | |
| | | | ||||||
| * | | Document NameError extensions | Jeremy Kemper | 2009-03-24 | 1 | -4/+3 | |
| | | | ||||||
| * | | Don't require out of load path | Jeremy Kemper | 2009-03-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | Condense to Kernel#with_warnings | Jeremy Kemper | 2009-03-24 | 1 | -6/+8 | |
| | | | ||||||
| * | | Indentation, superfluous self | Jeremy Kemper | 2009-03-24 | 1 | -25/+25 | |
| | | | ||||||
| * | | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset | Jeremy Kemper | 2009-03-23 | 7 | -34/+30 | |
| | | | ||||||
| * | | Namespace HashWithIndifferentAccess | Jeremy Kemper | 2009-03-21 | 2 | -106/+110 | |
| | | | ||||||
| * | | Hide XmlMini backend details from rdoc | Jeremy Kemper | 2009-03-21 | 3 | -10/+10 | |
| | | | ||||||
| * | | try is an object extension | Jeremy Kemper | 2009-03-21 | 2 | -4/+5 | |
| | | | ||||||
| * | | Convert Range extension module to a class reopen | Jeremy Kemper | 2009-03-21 | 2 | -14/+9 | |
| | | | ||||||
| * | | Convert Numeric extension module to a class reopen | Jeremy Kemper | 2009-03-21 | 2 | -18/+16 | |
| | | | ||||||
| * | | Fix dangling Inflector reference | Jeremy Kemper | 2009-03-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Convert LoadError extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 1 | -9/+6 | |
| | | | ||||||
| * | | Convert integer extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 3 | -43/+27 | |
| | | | ||||||
| * | | Convert hash extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 9 | -314/+274 | |
| | | | ||||||
| * | | Explicitly require set | Jeremy Kemper | 2009-03-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Simplify Enumerable#each_with_object | Jeremy Kemper | 2009-03-21 | 1 | -4/+3 | |
| | | | ||||||
| * | | Explicitly require pathname core extension | Jeremy Kemper | 2009-03-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Convert date extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 4 | -43/+43 | |
| | | | ||||||
| * | | blank? and duplicable? are Object extensions | Jeremy Kemper | 2009-03-21 | 3 | -1/+4 | |
| | | | ||||||
| * | | Convert bigdecimal extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 2 | -33/+21 | |
| | | | ||||||
| * | | Convert array extension modules to class reopens | Jeremy Kemper | 2009-03-21 | 6 | -348/+314 | |
| | | | ||||||
| * | | Simple singleton. We don't need the full monty. | Jeremy Kemper | 2009-03-21 | 1 | -2/+3 | |
| | | | ||||||
| * | | Only require builder at startup if we need to monkey with its String#to_xs ↵ | Jeremy Kemper | 2009-03-21 | 3 | -5/+10 | |
| | | | | | | | | | | | | demands | |||||
| * | | Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and ↵ | Jeremy Kemper | 2009-03-21 | 1 | -10/+7 | |
| | | | | | | | | | | | | Kernel#method_added to remove future methods | |||||
| * | | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) | Jeremy Kemper | 2009-03-21 | 33 | -331/+163 | |
| | | | | | | | | | | | | | | | | | | * Convert some extension modules to simply reopening the class * Remove deprecated Float time extensions * Fold Base64 extension into ActiveSupport::Base64 since stdlib Base64 is gone | |||||
* | | | initial skeleton for extensions in AS guide, just bootstrapping it may change | Xavier Noria | 2009-04-23 | 1 | -0/+116 | |
| | | | ||||||
* | | | Fix my previous commit. Don't say it's been removed when it really | Sean Bryant | 2009-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | hasn't. Also change the assert reference to be more consistent with the rest of the documentation. | |||||
* | | | Add a note about assert_valid(record) being deprecated. | Sean Bryant | 2009-04-22 | 1 | -0/+2 | |
| | | | ||||||
* | | | Update ActionMailer guide's '2.3 Complete List of Action Mailer ↵ | hardbap | 2009-04-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | User-Settable Attributes' to show that the attribute 'cc' and 'bcc' can take a string or an Array of strings. | |||||
* | | | Update ActionMailer guide's 'Sending Multipart Emails with Attachments' ↵ | Barry Hess | 2009-04-20 | 1 | -8/+9 | |
| | | | | | | | | | | | | section to show explicitly which order text/plain and text/html parts must be in as well as the proper way to define the multipart/alternative part. | |||||
* | | | Formatted some symbols in Active Support Guide | Erica Kwan | 2009-04-19 | 1 | -3/+3 | |
| | | | ||||||
* | | | Added touch to associations guide | Mike Gunderloy | 2009-04-19 | 1 | -0/+24 | |
| | | | ||||||
* | | | Remove named scopes from query guide contents, separate guide is coming | Mike Gunderloy | 2009-04-19 | 1 | -1/+0 | |
| | | | ||||||
* | | | Replaced TimeZone references by ActiveSupport::TimeZone | José Valim | 2009-04-18 | 1 | -21/+21 | |
| | | | ||||||
* | | | fixes email/radio mismatch reported by Marek in LH | Xavier Noria | 2009-04-18 | 1 | -3/+3 | |
| | | | ||||||
* | | | adds a missing word | Xavier Noria | 2009-04-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Initial Active Support guide | Xavier Noria | 2009-04-18 | 1 | -0/+16 | |
| | | | ||||||
* | | | Updated migration section to mention that SQLite now supports transactional ↵ | Jared Giles | 2009-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | migrations | |||||
* | | | Initial template guide | lifo | 2009-04-17 | 1 | -0/+18 | |
| | | | ||||||
* | | | Merge commit 'mainstream/master' | lifo | 2009-04-17 | 291 | -2418/+5892 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb railties/guides/source/caching_with_rails.textile | |||||
| * | | Added :touch option to belongs_to associations that will touch the parent ↵ | David Heinemeier Hansson | 2009-04-16 | 6 | -29/+110 | |
| | | | | | | | | | | | | record when the current record is saved or destroyed [DHH] | |||||
| * | | Added ActiveRecord::Base#touch to update the updated_at/on attributes with ↵ | David Heinemeier Hansson | 2009-04-16 | 3 | -9/+64 | |
| | | | | | | | | | | | | the current time [DHH] | |||||
| * | | Make more Template methods public to make ActionMailer tests pass | Carl Lerche & Yehuda Katz | 2009-04-16 | 2 | -9/+9 | |
| | | | ||||||
| * | | Don't check authenticity tokens for any AJAX requests | Ross Kaffenburger and Bryan Helmkamp | 2009-04-15 | 3 | -6/+10 | |
| | | | ||||||
| * | | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 12 | -120/+126 | |
| | | | ||||||
| * | | Move middleware stack out of utils folder | Joshua Peek | 2009-04-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make dispatcher instances immutable | Joshua Peek | 2009-04-14 | 1 | -3/+14 | |
| | | |