aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Change the forgery token implementation to just be a simple random string.Michael Koziarski2008-11-233-127/+15
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-235-7/+29
* Use a relative require for bundled rack libJeremy Kemper2008-11-221-1/+2
* MiniTest compat: don't check for test/unit's assertion in particularJeremy Kemper2008-11-221-1/+1
* Vendor rack 0.4.0Joshua Peek2008-11-2242-0/+4225
* write_fragment returns content if caching is disabled [#846 state:resolved]Joshua Peek2008-11-222-12/+12
* Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...Lance Ivy2008-11-222-1/+12
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-223-37/+12
* Let ApplicationController stay unloaded for as long as possibleDavid Heinemeier Hansson2008-11-221-3/+1
* Fix straggling references to Test::Unit::TestCaseJeremy Kemper2008-11-201-8/+4
* Mocha >= 0.9.0 must be available for Action Pack testsJeremy Kemper2008-11-191-12/+10
* need to make sure the asset type is cached with it in Cache.. name is suffici...Aaron Batalion2008-11-192-2/+8
* Fixed asset host to not cache objects [#1419 state:resolved]Aaron Batalion2008-11-191-29/+35
* Revert "Simplify benchmarking and rescue". Need a different approach.Pratik Naik2008-11-203-63/+68
* Simplify benchmarking and rescuePratik Naik2008-11-203-68/+63
* Remove deprecated ActionController::Base#assign_default_content_type_and_charsetPratik Naik2008-11-192-5/+2
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-193-4/+4
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-196-325/+4
|\
| * Remove deprecated render_component. Please use the plugin from http://github....Pratik Naik2008-11-196-325/+4
* | Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-196-22/+87
|/
* Let polymorphic_path treat an array contains single name as without array [#1...Hiroshi Saito2008-11-192-0/+7
* Make optimized named routes respect all reserved options and tie it into UrlR...Gabe da Silveira2008-11-183-9/+12
* Fix rendering html partial via inline render when with :js format [#1399 stat...Luke Melia2008-11-183-1/+17
* Register 'checked' as an HTML boolean attribute.Hongli Lai (Phusion)2008-11-182-1/+2
* Remove duplicate distribution of prototype and scriptaculous.Michael Koziarski2008-11-184-7384/+0
* Remove mention of long-dead define_javascript_functionsMichael Koziarski2008-11-181-3/+0
* Update Prototype to 1.6.0.3 and update script.aculo.us to 1.8.2Thomas Fuchs2008-11-184-520/+628
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-187-44/+44
* Prevent assert_template failures when a render :inline is called before rende...Luke Melia2008-11-172-10/+22
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-8/+1
* Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they...David Heinemeier Hansson2008-11-172-81/+74
* Add text/plain to the browser_generated_types array as webkit and gecko can s...Michael Koziarski2008-11-161-2/+2
* Merge branch 'master' into testingJeremy Kemper2008-11-1518-186/+601
|\
| * auto_link helper: add intelligent ending closing bracket handling. add new te...Mislav Marohnić2008-11-152-56/+94
| * refactor autolink helper. change tests to expect HTML-escaped URLsMislav Marohnić2008-11-152-39/+44
| * Missing changelogs for relative_url_root changesMichael Koziarski2008-11-141-0/+2
| * Missing changelog for CSRF changesMichael Koziarski2008-11-141-0/+6
| * Missing changelog for :only/:except on map.resourcesMichael Koziarski2008-11-141-0/+2
| * A few more dependency updatesDavid Heinemeier Hansson2008-11-141-1/+1
| * Merge docrails.Pratik Naik2008-11-141-3/+3
| * Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-142-19/+40
| |\
| | * Make inheritance of map.resources :only/:except options behave more predictablyTom Stuart2008-11-142-19/+40
| * | Prepare for RC2David Heinemeier Hansson2008-11-142-2/+4
| |/
| * Make polymorphic_url compact given array [#1317 state:committed]hiroshi2008-11-143-1/+14
| * Tag helper should output an attribute with the value 'false' instead of omitt...Hongli Lai (Phusion)2008-11-133-5/+11
| * Fix map.resources to always generate named routes if they're neededTom Stuart2008-11-132-6/+85
| * Instead of overriding html_types, base the verification on browser_generated_...Michael Koziarski2008-11-132-7/+20
| * fix two MimeType failing test casesrick2008-11-132-7/+10
| * Changed request forgery protection to only worry about HTML-formatted content...Jeff Cohen2008-11-134-55/+70
| * Add :only/:except options to map.resourcesTom Stuart2008-11-122-37/+247