aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup comment. References #9702, closes #9703.Jeremy Kemper2007-09-271-1/+1
* Avoid calling is_missing on LoadErrors. Closes #7460.Nicholas Seckar2007-09-272-1/+3
* BufferedLogger#add doesn't modify the message argument. Closes #9702.Jeremy Kemper2007-09-273-1/+11
* Reinstate the default AR.instantiate_observers to_prepare block.Jeremy Kemper2007-09-261-0/+6
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-269-208/+240
* Fix webrick when using the debugger (closes #9348) [bronson]David Heinemeier Hansson2007-09-251-0/+1
* Fix test (closes #9120) [hasmanyjosh]David Heinemeier Hansson2007-09-251-1/+1
* Use the correct generator name in the docs (closes #9111) [ceefour]David Heinemeier Hansson2007-09-251-1/+1
* Protect button_to behind protect_from_forgery (closes #9675) [lifo]David Heinemeier Hansson2007-09-252-108/+45
* Include the testsDavid Heinemeier Hansson2007-09-251-0/+41
* Add BufferedLogger#add #9667 [tomafro]David Heinemeier Hansson2007-09-251-6/+11