aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Please do rememberDavid Heinemeier Hansson2007-09-251-0/+1
* Added another failing testDavid Heinemeier Hansson2007-09-251-0/+24
* Doh, forgot this fileDavid Heinemeier Hansson2007-09-251-0/+1
* Better failing testsDavid Heinemeier Hansson2007-09-253-6/+6
* Added failing tests for iphoneDavid Heinemeier Hansson2007-09-253-6/+15
* Doof. Don't call it with false if it doesn't respond.Jeremy Kemper2007-09-251-1/+1
* Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]Jeremy Kemper2007-09-251-1/+1
* Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...David Heinemeier Hansson2007-09-257-8/+102
* Updated iphone_with_html_response_type to fail as it uses the new register_al...David Heinemeier Hansson2007-09-241-2/+2
* Include the new 422 in the app generationDavid Heinemeier Hansson2007-09-241-1/+1
* Change from InvalidToken to InvalidAuthenticityToken to be more specificDavid Heinemeier Hansson2007-09-244-29/+34