aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that La Paz was included in -25200 and -14400 offsets when it should on...David Heinemeier Hansson2007-09-302-2/+4
* Docfix (closes #9740) [chuyeow]David Heinemeier Hansson2007-09-301-5/+4
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-302-8/+14
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-307-52/+11
* Add attr_readonly to specify columns that are skipped during a normal ActiveR...Rick Olson2007-09-305-17/+85
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-303-1/+22
* Don't implicitly assign instance variables by using them as block argumentsJeremy Kemper2007-09-301-1/+2
* Remove DB2 adapter since IBM chooses to maintain their own adapter instead.Jeremy Kemper2007-09-292-242/+2
* Extract Oracle, SQLServer, and Sybase adapters into gems.Jeremy Kemper2007-09-294-2007/+2
* Ruby 1.9 compat for instance method check in Mysql adapter.Jeremy Kemper2007-09-291-1/+2
* Ruby 1.9 compat for hash_ext_testJeremy Kemper2007-09-291-1/+1
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-294-10/+2302
* UpdatedDavid Heinemeier Hansson2007-09-291-1/+600
* UpdatedDavid Heinemeier Hansson2007-09-291-3/+19
* Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...Jeremy Kemper2007-09-292-33/+37
* Fixed that a response has to be available for that exact mime type for it to ...David Heinemeier Hansson2007-09-291-1/+1
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-293-1/+5
* Test::Unit#assert_difference Ruby 1.9 compatJeremy Kemper2007-09-291-2/+2
* JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.Jeremy Kemper2007-09-291-5/+6
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-292-4/+9
* Ensure request is present, as well as defined. [nzkoz]Michael Koziarski2007-09-291-4/+4
* Failing counter cache test. References #6896.Jeremy Kemper2007-09-281-0/+18
* Missing testDavid Heinemeier Hansson2007-09-281-0/+148
* Re-enable Routing optimisation code for _url methods, add defined?(request) t...Michael Koziarski2007-09-283-17/+23
* Moved the SourceAnnotationExtractor to a separate file in case libraries try ...Rick Olson2007-09-283-62/+65
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-285-48/+86