aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't require out of load pathJeremy Kemper2009-03-241-1/+2
| * | Condense to Kernel#with_warningsJeremy Kemper2009-03-241-6/+8
| * | Indentation, superfluous selfJeremy Kemper2009-03-241-25/+25
| * | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-237-34/+30
| * | Namespace HashWithIndifferentAccessJeremy Kemper2009-03-212-106/+110
| * | Hide XmlMini backend details from rdocJeremy Kemper2009-03-213-10/+10
| * | try is an object extensionJeremy Kemper2009-03-212-4/+5
| * | Convert Range extension module to a class reopenJeremy Kemper2009-03-212-14/+9
| * | Convert Numeric extension module to a class reopenJeremy Kemper2009-03-212-18/+16
| * | Fix dangling Inflector referenceJeremy Kemper2009-03-211-1/+1
| * | Convert LoadError extension modules to class reopensJeremy Kemper2009-03-211-9/+6
| * | Convert integer extension modules to class reopensJeremy Kemper2009-03-213-43/+27
| * | Convert hash extension modules to class reopensJeremy Kemper2009-03-219-314/+274
| * | Explicitly require setJeremy Kemper2009-03-211-0/+2
| * | Simplify Enumerable#each_with_objectJeremy Kemper2009-03-211-4/+3
| * | Explicitly require pathname core extensionJeremy Kemper2009-03-211-0/+2
| * | Convert date extension modules to class reopensJeremy Kemper2009-03-214-43/+43
| * | blank? and duplicable? are Object extensionsJeremy Kemper2009-03-213-1/+4
| * | Convert bigdecimal extension modules to class reopensJeremy Kemper2009-03-212-33/+21
| * | Convert array extension modules to class reopensJeremy Kemper2009-03-216-348/+314
| * | Simple singleton. We don't need the full monty.Jeremy Kemper2009-03-211-2/+3
| * | Only require builder at startup if we need to monkey with its String#to_xs de...Jeremy Kemper2009-03-213-5/+10
| * | Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and Kernel...Jeremy Kemper2009-03-211-10/+7
| * | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-2133-331/+163
* | | initial skeleton for extensions in AS guide, just bootstrapping it may changeXavier Noria2009-04-231-0/+116
* | | Fix my previous commit. Don't say it's been removed when it reallySean Bryant2009-04-221-1/+1
* | | Add a note about assert_valid(record) being deprecated.Sean Bryant2009-04-221-0/+2
* | | Update ActionMailer guide's '2.3 Complete List of Action Mailer User-Settable...hardbap2009-04-211-2/+2
* | | Update ActionMailer guide's 'Sending Multipart Emails with Attachments' secti...Barry Hess2009-04-201-8/+9
* | | Formatted some symbols in Active Support GuideErica Kwan2009-04-191-3/+3
* | | Added touch to associations guideMike Gunderloy2009-04-191-0/+24
* | | Remove named scopes from query guide contents, separate guide is comingMike Gunderloy2009-04-191-1/+0
* | | Replaced TimeZone references by ActiveSupport::TimeZoneJosé Valim2009-04-181-21/+21
* | | fixes email/radio mismatch reported by Marek in LHXavier Noria2009-04-181-3/+3
* | | adds a missing wordXavier Noria2009-04-181-1/+1
* | | Initial Active Support guideXavier Noria2009-04-181-0/+16
* | | Updated migration section to mention that SQLite now supports transactional m...Jared Giles2009-04-171-1/+1
* | | Initial template guidelifo2009-04-171-0/+18
* | | Merge commit 'mainstream/master'lifo2009-04-17291-2418/+5892
|\ \ \ | | |/ | |/|
| * | Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-166-29/+110
| * | Added ActiveRecord::Base#touch to update the updated_at/on attributes with th...David Heinemeier Hansson2009-04-163-9/+64
| * | Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-162-9/+9
| * | Don't check authenticity tokens for any AJAX requestsRoss Kaffenburger and Bryan Helmkamp2009-04-153-6/+10
| * | Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-1412-120/+126
| * | Move middleware stack out of utils folderJoshua Peek2009-04-141-1/+1
| * | Make dispatcher instances immutableJoshua Peek2009-04-141-3/+14
| * | Final blow to CGIJoshua Peek2009-04-141-14/+3
| * | We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-1/+1
| * | Move all Templates methods not used by other class into private toCarl Lerche & Yehuda Katz2009-04-141-87/+88
| * | Move MimeResponds into base folderJoshua Peek2009-04-142-1/+1