aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-214-45/+8
* Remove ActionController::Base#add_class_variables_to_assignsPratik Naik2008-04-211-7/+0
* Add conditional options to caches_page method [#25 state:resolved]Paul Horsfall2008-04-193-3/+20
* Remove unused ignore_missing_templates optionPratik Naik2008-04-192-5/+1
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-1921-131/+190
* Move missing template logic to ActionViewPratik Naik2008-04-1913-31/+25
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-197-18/+37
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-182-78/+50
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-172-4/+4
* Stub out Dispatcher#log_failsafe_exception method to please the test gods.Joshua Peek2008-04-151-3/+6
* Merge branch 'master' of git://github.com/stephencelis/railsJoshua Peek2008-04-144-11/+13
|\
| * Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-124-11/+13
* | Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-135-9/+25
|/
* Merge branch 'master' into custom_paths_for_resource_namesMichael Koziarski2008-04-122-7/+8
|\
| * stub the instance method, there is no class methodJeremy Kemper2008-04-111-1/+1
| * Ruby 1.9 compat: workaround module_eval issueJeremy Kemper2008-04-111-6/+7
* | Allow alternative values for the 'new' and 'edit' actions in resourceful routes.Michael Koziarski2008-04-123-3/+28
|/
* Fixed that formatted_polymorphic_route should be able to take the :format as ...David Heinemeier Hansson2008-04-112-4/+19
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-085-8/+47
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-083-14/+30
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-063-0/+28
* Improve documentation.Pratik Naik2008-04-054-7/+9
* Replaced callback method evaluation in AssociationCollection class to use Act...Josh Peek2008-04-041-2/+8
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-024-1/+26
* Ruby 1.9 compat: toplevel AS reference within BasicObjectJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: encoding and multibyte test fixesJeremy Kemper2008-04-013-28/+28
* Ruby 1.9 compat: proc arityJeremy Kemper2008-04-011-4/+4
* style & whitespaceJeremy Kemper2008-04-011-8/+4
* Ruby 1.9 compat: don't confuse with headers method callJeremy Kemper2008-04-011-3/+3
* Ruby 1.9: no args is 0 arity, not -1 as in 1.8Jeremy Kemper2008-04-011-2/+2
* Remove unnecessary arguments. References #11491.Pratik Naik2008-04-011-4/+4
* Missed adds. References #11491.Jeremy Kemper2008-04-012-0/+2
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-015-10/+63
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-291-1/+1
* Revert spurious commit from [9126]Jeremy Kemper2008-03-291-6/+4
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-4/+6
* Avoid remote_ip spoofingJeremy Kemper2008-03-283-15/+53
* Inspect options hashes in RenderError message so it's actually readable. Clos...Jeremy Kemper2008-03-281-2/+2
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-285-6/+30
* Missing :js template falls back to :html, so you don't have to explicitly spe...Jeremy Kemper2008-03-282-4/+37
* Add missing fileDavid Heinemeier Hansson2008-03-281-0/+10
* Update doc (closes #11402)David Heinemeier Hansson2008-03-281-2/+1
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-286-7/+190
* Fixed that ActionController::Base#read_multipart would fail if boundary was e...David Heinemeier Hansson2008-03-283-2/+22
* Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed CDATA t...David Heinemeier Hansson2008-03-283-1/+10
* Improve documentation.Pratik Naik2008-03-264-9/+20
* Whitespace + formattingJeremy Kemper2008-03-252-16/+11
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-243-2/+7
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-243-3/+20
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-243-3/+7