aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Jeremy Kemper2009-03-213-5/+10
| | | | | | | | | | | | demands
| * | Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and ↵Jeremy Kemper2009-03-211-10/+7
| | | | | | | | | | | | Kernel#method_added to remove future methods
| * | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-2133-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 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
| | | | | | | | | | | | | | | | | | | | | 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 Bryant2009-04-221-0/+2
| | |
* | | Update ActionMailer guide's '2.3 Complete List of Action Mailer ↵hardbap2009-04-211-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 Hess2009-04-201-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 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 ↵Jared Giles2009-04-171-1/+1
| | | | | | | | | | | | migrations
* | | Initial template guidelifo2009-04-171-0/+18
| | |
* | | Merge commit 'mainstream/master'lifo2009-04-17291-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 Hansson2009-04-166-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 Hansson2009-04-163-9/+64
| | | | | | | | | | | | the current time [DHH]
| * | 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
| | | | | | | | | | | | define surface area of the class.
| * | Move MimeResponds into base folderJoshua Peek2009-04-142-1/+1
| | |