Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | ||||||
| * | | Final blow to CGI | Joshua Peek | 2009-04-14 | 1 | -14/+3 | |
| | | | ||||||
| * | | We aren't using UploadedStringIO and UploadedTempfile anymore | Joshua Peek | 2009-04-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move all Templates methods not used by other class into private to | Carl Lerche & Yehuda Katz | 2009-04-14 | 1 | -87/+88 | |
| | | | | | | | | | | | | define surface area of the class. | |||||
| * | | Move MimeResponds into base folder | Joshua Peek | 2009-04-14 | 2 | -1/+1 | |
| | | | ||||||
| * | | Move reloader middleware in ActionDispatch | Joshua Peek | 2009-04-14 | 4 | -6/+6 | |
| | | | ||||||
| * | | Session management belongs in base folder | Joshua Peek | 2009-04-14 | 2 | -1/+1 | |
| | | | ||||||
| * | | Move middleware stack out of utils folder | Joshua Peek | 2009-04-14 | 2 | -2/+1 | |
| | | | ||||||
| * | | Backwords compat alias for ActionController::Request and ↵ | Joshua Peek | 2009-04-14 | 2 | -0/+3 | |
| | | | | | | | | | | | | ActionController::Response | |||||
| * | | Use rack's status code list as a base | Joshua Peek | 2009-04-14 | 1 | -67/+19 | |
| | | | ||||||
| * | | Make dispatcher instances immutable | Joshua Peek | 2009-04-14 | 2 | -14/+10 | |
| | | | ||||||
| * | | Final blow to CGI | Joshua Peek | 2009-04-14 | 6 | -268/+2 | |
| | | |