aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-0710-10/+31
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Reinstate failsafe date/time parsing rescues. Head off some obvious failures ...Jeremy Kemper2007-10-072-22/+29
* Axe excess backtracery.Jeremy Kemper2007-10-071-6/+4
* MySQL: speedup date/time parsing.Jeremy Kemper2007-10-073-58/+96
* Check for the dir instead of relying on an exception.Jeremy Kemper2007-10-071-5/+7
* Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...Michael Koziarski2007-10-073-2/+5
* Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...Michael Koziarski2007-10-073-18/+29
* Extend the console +helper+ method to allow you to include custom helpers. Cl...Michael Koziarski2007-10-072-2/+9
* Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...Michael Koziarski2007-10-072-0/+12
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-3/+1
* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.Jeremy Kemper2007-10-074-3/+11
* Unbundle Builder in favor of a gem dependency.Jeremy Kemper2007-10-078-724/+5
* Use StringIO and Tempfile subclasses instead of defining singleton methods on...Jeremy Kemper2007-10-062-59/+79
* Rewind stdin if possible after multipart parsing.Jeremy Kemper2007-10-062-1/+4
* Don't generate strings to log unless they'll actually get logged.Jeremy Kemper2007-10-061-1/+1
* TypoJeremy Kemper2007-10-061-1/+1
* Move misplaced CHANGELOG entryJeremy Kemper2007-10-062-2/+2
* Missed the addMichael Koziarski2007-10-062-0/+4
* Send the correct INSERT statement when dealing with objects with only primary...Michael Koziarski2007-10-0622-8/+94
* Only cache attributes which need it for performance reasons. Closes #9767 [sk...Michael Koziarski2007-10-062-1/+75
* Test for each JSON fragment to workaround assumed hash ordering.Jeremy Kemper2007-10-061-1/+4
* Simplify some JSON testsJeremy Kemper2007-10-061-4/+4
* Fix that ActiveRecord would create attribute methods and override custom attr...Rick Olson2007-10-064-15/+54
* Don't call attr_readonly on polymorphic belongs_to associations, in case it m...Rick Olson2007-10-053-1/+7
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-055-6/+8
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-0512-21/+21
* Remember these for the next releaseDavid Heinemeier Hansson2007-10-052-4/+4
* Disabling auto_flushing still flushes when the buffer hits a maximum size, as...Jeremy Kemper2007-10-043-12/+24
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-042-10/+64
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-0418-27/+88
* Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...Jeremy Kemper2007-10-042-8/+8
* Explicitly convert the buffer array to a string before writing to head off co...Jeremy Kemper2007-10-031-1/+1
* Some platforms include colon in timezone offset, some don't. References #9744.Jeremy Kemper2007-10-032-6/+6
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...Jeremy Kemper2007-10-033-14/+65
* only create custom accessors for Kernel:: methodsTobias Lütke2007-10-031-11/+4
* Allow column accessors to be created even if Kernel. or Object# methods of th...Tobias Lütke2007-10-031-4/+15
* Move #query_string to AbstractRequestJeremy Kemper2007-10-032-3/+10
* rescue LoadError if memcache isn't available while loading the MemCache fragm...Rick Olson2007-10-031-0/+4
* Use #require_library_or_gem to load the memcache library for the MemCache ses...Rick Olson2007-10-033-1/+4
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-036-17/+28
* Cache the descends_from_activerecord? call to speed up query generation. [ska...Michael Koziarski2007-10-031-3/+8
* Merge session fixation fixes from stableMichael Koziarski2007-10-022-4/+16
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-0269-275/+304
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-022-31/+53
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-012-1/+12
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-014-2/+32
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-015-8/+5
* A set secret causes trouble with the cookie storeDavid Heinemeier Hansson2007-10-011-2/+2
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-304-3/+24