aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
| * prefer autoloading Mime::TypeJoshua Peek2008-11-241-2/+0
| * Ensure integration test is load in script/console [#1452 state:resolved]Joshua Peek2008-11-242-1/+10
| * Autoload HTML::Document and sanitizersJeremy Kemper2008-11-236-29/+12
| * Drop unneeded drb requireJeremy Kemper2008-11-231-1/+0
| * Fix dangling tzinfo dependencyJeremy Kemper2008-11-231-1/+2
| * Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-231-1/+1
| * Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-2323-96/+73
| * Changelog for #1448. Mention updating old translations with storage_units key.Jeremy Kemper2008-11-231-1/+3
| * simplify console with helpersJoshua Peek2008-11-231-0/+1
| * Add i18n for number_to_human_size() helper storage units. Translation key is ...Yaroslav Markin2008-11-233-4/+7
| * Don't hide deeper LoadErrorsJeremy Kemper2008-11-231-2/+3
| * A back support for legacy TemplateHandler#render APIJoshua Peek2008-11-233-6/+38
| * use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-237-70/+91
| * Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-233-29/+18
| * 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