aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing requireMichael Koziarski2007-09-281-0/+1
* [7668] part deux (forgot to add the railties love to the mix)Rick Olson2007-09-281-0/+3
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-2812-21/+75
* Fixtures test fixes and general cleanup. Closes #9682 [norbert]Jeremy Kemper2007-09-283-130/+113
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-2852-72/+72
* MySQL: change_column raises if the table or column doesn't exist.Jeremy Kemper2007-09-281-1/+5
* BufferedLogger#add converts the message to a string. Closes #9724.Jeremy Kemper2007-09-283-2/+15
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-283-63/+84
* Added fixture caching thatll speed up a normal fixture-powered test suite bet...David Heinemeier Hansson2007-09-284-15/+90
* Fixed the layout defaults (closes #9564) [lifo]David Heinemeier Hansson2007-09-288-17/+96
* Dependencies Ruby 1.9 compatJeremy Kemper2007-09-272-42/+40
* send -> send! for some private methodsJeremy Kemper2007-09-272-7/+7
* Alias Object#send to send! for Ruby 1.9 forward compatibility.Jeremy Kemper2007-09-273-0/+12
* Convert the Ruby 1.9 enumerator to an arrayJeremy Kemper2007-09-271-1/+1
* Mark String#each_char test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-274-217/+225
* Object#copy_instance_variables_from Ruby 1.9 compatJeremy Kemper2007-09-274-22/+23
* Mark another Duration test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* Prefer class_eval with block to many sends for Ruby 1.9 compatJeremy Kemper2007-09-271-53/+72
* Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...Jeremy Kemper2007-09-271-7/+7
* Use instance_variable_defined? instead of instance_variables.include? to acco...Jeremy Kemper2007-09-272-11/+11
* Backport Object#instance_variable_defined? for Ruby < 1.8.6.Jeremy Kemper2007-09-273-0/+17
* Mark Duration test failing with Ruby 1.9Jeremy Kemper2007-09-271-2/+3
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-275-11/+16
* Change test for ruby 1.9 crashJeremy Kemper2007-09-271-6/+4