Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates AP CHANGELOG | Xavier Noria | 2011-04-13 | 1 | -0/+2 |
| | |||||
* | Implicit actions named not_implemented can be rendered | Santiago Pastorino | 2011-04-02 | 1 | -0/+2 |
| | |||||
* | Update the wildcard route to be non-greedy by default, therefore be able to ↵ | Prem Sichanugrist | 2011-03-29 | 1 | -0/+8 |
| | | | | | | | | match the (.:format) segment [#6605 state:resolved] After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route. Signed-off-by: Andrew White <andyw@pixeltrix.co.uk> | ||||
* | Fix examples | David Heinemeier Hansson | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Added Base.http_basic_authenticate_with to do simple http basic ↵ | David Heinemeier Hansson | 2011-03-28 | 1 | -0/+37 |
| | | | | authentication with a single class method call [DHH] | ||||
* | Add controller-specific `force_ssl` method to force web browser to use HTTPS ↵ | Prem Sichanugrist | 2011-03-28 | 1 | -0/+2 |
| | | | | | | | | protocol This would become useful for site which sometime transferring sensitive information such as account information on particular controller or action. This featured was requested by DHH. | ||||
* | Allow FormHelper#form_for to specify the :method as a direct option instead ↵ | David Heinemeier Hansson | 2011-03-26 | 1 | -0/+4 |
| | | | | of through the :html hash [DHH] | ||||
* | Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() ↵ | David Heinemeier Hansson | 2011-03-26 | 1 | -0/+2 |
| | | | | -- note this then supersedes the Object#j() method that the JSON gem adds within templates using the JavaScriptHelper [DHH] | ||||
* | Filter sensitive query string parameters in the log [#6244 state:committed] | Prem Sichanugrist & Xavier Noria | 2011-03-11 | 1 | -0/+2 |
| | | | | | | This provides more safety to applications that put secret information in the query string, such as API keys or SSO tokens. Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Filter params that return nil for to_param and allow through false values | Andrew White | 2011-03-09 | 1 | -0/+4 |
| | |||||
* | prefer composition over inheritance with AD::MS | Aaron Patterson | 2011-03-01 | 1 | -0/+4 |
| | |||||
* | authenticity_token option for form_tag [#2988 state:resolved] | Jakub Kuźma | 2011-01-09 | 1 | -0/+2 |
| | |||||
* | HTML5 button_tag helper | Rizwan Reza | 2011-01-09 | 1 | -0/+5 |
| | | | | | | | | This tag is similar in nature to submit_tag, but allows more control. It also doesn't submit if submit type isn't used, allowing JavaScript to control the flow where required. For more information: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-29 | 1 | -3/+1 |
|\ | |||||
| * | Fix typo in ActionPack changelog. | Cheah Chu Yeow | 2010-12-29 | 1 | -1/+1 |
| | | |||||
| * | Remove link to outdated Github tag comparison in ActionPack changelog. | Cheah Chu Yeow | 2010-12-29 | 1 | -2/+0 |
| | | |||||
* | | Final tidy up on templates inheritance. | José Valim | 2010-12-27 | 1 | -2/+4 |
|/ | |||||
* | Changelog and guide entries for config.action_view.cache_template_loading | Piotr Sarnacki | 2010-12-16 | 1 | -0/+2 |
| | |||||
* | Merge remote branch 'joshk/redirect_routing' | José Valim | 2010-12-03 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG actionpack/lib/action_controller/metal/mime_responds.rb Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | Added documentation explaining the new additional supported syntaxes for the ↵ | Josh Kalderimis | 2010-11-30 | 1 | -0/+2 |
| | | | | | | | | routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax. | ||||
* | | Update CHANGELOG. | José Valim | 2010-11-27 | 1 | -0/+2 |
|/ | |||||
* | Added config.action_controller.include_all_helpers to CHANGELOG. | Piotr Sarnacki | 2010-11-18 | 1 | -0/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in master | Xavier Noria | 2010-11-09 | 1 | -2/+4 |
| | |||||
* | registers number_to_currency's :negative_format in the CHANGELOG | Xavier Noria | 2010-11-09 | 1 | -0/+2 |
| | |||||
* | adds the new :data idiom in tag helpers to the CHANGELOG | Xavier Noria | 2010-10-19 | 1 | -0/+7 |
| | |||||
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+4 |
| | |||||
* | Update CHANGELOG. | José Valim | 2010-10-10 | 1 | -0/+8 |
| | |||||
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 1 | -3/+3 |
| | |||||
* | file_field makes the enclosing form multipart | Santiago Pastorino | 2010-09-18 | 1 | -0/+2 |
| | |||||
* | Update changelog | Carlhuda | 2010-09-13 | 1 | -0/+3 |
| | |||||
* | revises implementation and documentation of csrf_meta_tags, and aliases ↵ | Xavier Noria | 2010-09-11 | 1 | -1/+1 |
| | | | | csrf_meta_tag to it for backwards compatibilty | ||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -19/+6 |
| | |||||
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | password_field renders with nil value by default | Santiago Pastorino | 2010-08-28 | 1 | -0/+2 |
| | | | | | | | | This makes the use of passwords secure by default if you want to render the value of the password_field you have to do for instance f.password_field(:password, :value => @user.password) # => <input type=password id=user_password name=user[password] value=#{@user.password} /> | ||||
* | Update CHANGELOG. | José Valim | 2010-08-26 | 1 | -2/+11 |
| | |||||
* | Update CHANGELOG for ActionPack. | José Valim | 2010-08-23 | 1 | -0/+5 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Spaces, people, spaces! | David Heinemeier Hansson | 2010-07-26 | 1 | -0/+1 |
| | |||||
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Add missing entries and tidy up CHANGELOG. | José Valim | 2010-07-19 | 1 | -0/+2 |
| | |||||
* | s/escape_once/html_escape/, since html safety is the contract that now says ↵ | Xavier Noria | 2010-06-30 | 1 | -0/+2 |
| | | | | whether something has to be escaped | ||||
* | url_for no longer escapes HTML, the :escape option is also gone | Xavier Noria | 2010-06-30 | 1 | -0/+2 |
| | | | | Rationale: url_for is just a path/URL generator, it is the responsability of the caller to escape conveniently HTML needs it, JavaScript needs different escaping, a text mail needs no escaping at all, etc. | ||||
* | _snowman CHANGELOG (dobry pies) | wycats | 2010-06-29 | 1 | -0/+3 |
| | |||||
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 1 | -1/+2 |
| | |||||
* | Update CHANGELOG. | José Valim | 2010-06-23 | 1 | -0/+6 |
| | |||||
* | Deprecate :name_prefix in the new router DSL. | José Valim | 2010-06-22 | 1 | -0/+2 |
| | |||||
* | Credit for the heavy lifting! | Jeremy Kemper | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Add shallow routing option to new router [#3765 status:committed] | Andrew White | 2010-06-17 | 1 | -0/+10 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Add support for multi-subdomain session by setting cookie host in session ↵ | Rizwan Reza | 2010-06-11 | 1 | -1/+4 |
| | | | | | | cookie so you can share session between www.example.com, example.com and user.example.com. [#4818 state:resolved] This reverts commit 330a89072a493aafef1e07c3558964477f85adf0. | ||||
* | Revert "Add support for multi-subdomain session by setting cookie host in ↵ | José Valim | 2010-06-10 | 1 | -4/+1 |
| | | | | | | | | session cookie so you can share session between www.example.com, example.com and user.example.com. [#4818 state:resolved]" It does not work for domains like co.uk and com.br. This reverts commit c4d6245e875bbb276c122a5a401422d341dac4df. |