| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore and adapt the implementation reverted at | Rafael Mendonça França | 2013-01-19 | 4 | -37/+66 |
* | Added ability to raise or log on unpermitted params. | Thomas Drake-Brockman | 2013-01-20 | 4 | -6/+117 |
* | Merge pull request #8977 from Soylent/master | Aaron Patterson | 2013-01-18 | 2 | -1/+5 |
|\ |
|
| * | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string | Konstantin Papkovskiy | 2013-01-17 | 2 | -1/+5 |
* | | Fix syntax error :grin: | Guillermo Iguaran | 2013-01-18 | 1 | -1/+1 |
* | | Remove "Application" section title from routes | schneems | 2013-01-18 | 1 | -6/+13 |
* | | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" | Guillermo Iguaran | 2013-01-18 | 3 | -4/+4 |
* | | User Rails 4 find_by | robertomiranda | 2013-01-18 | 3 | -4/+4 |
|/ |
|
* | Remove useless || operation | Carlos Antonio da Silva | 2013-01-17 | 2 | -3/+2 |
* | Removing : warning: ambiguous first argument; | Arun Agrawal | 2013-01-17 | 1 | -4/+4 |
* | Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_class | Carlos Antonio da Silva | 2013-01-16 | 3 | -9/+58 |
* | Fix date_select :selected option so you can pass it nil | Colin Burn-Murdoch | 2013-01-16 | 2 | -2/+65 |
* | Remove warnings: "(...) interpreted as grouped expression" | Carlos Antonio da Silva | 2013-01-16 | 1 | -2/+2 |
* | adding regression test in master for #8631 | Aditya Sanghi | 2013-01-16 | 1 | -0/+21 |
* | Merge pull request #8958 from balexand/strong_parameters_exception_handling | Rafael Mendonça França | 2013-01-15 | 4 | -16/+14 |
|\ |
|
| * | strong parameters exception handling | Brian Alexander | 2013-01-15 | 4 | -16/+14 |
* | | Remove header bloat introduced by BestStandardsSupport middleware | Edward Anderson | 2013-01-15 | 3 | -2/+10 |
|/ |
|
* | Change the behavior of route defaults | Andrew White | 2013-01-15 | 7 | -11/+99 |
* | Add support for other types of routing constraints | Andrew White | 2013-01-15 | 5 | -113/+237 |
* | Ensure port is set when passed via the process method | Andrew White | 2013-01-15 | 3 | -1/+58 |
* | Raise correct exception now Journey is integrated. | Andrew White | 2013-01-15 | 3 | -9/+12 |
* | Revert "log at debug level what line caused the redirect_to" | Carlos Antonio da Silva | 2013-01-15 | 1 | -1/+0 |
* | Merge pull request #8938 from colinbm/date_select_value | Steve Klabnik | 2013-01-14 | 4 | -4/+57 |
|\ |
|
| * | Rename :value option to :selected, in line with other select helpers | Colin Burn-Murdoch | 2013-01-14 | 4 | -4/+57 |
* | | Revert benchmark helper regression. Use a #capture within a #benchmark | Jeremy Kemper | 2013-01-14 | 3 | -39/+3 |
* | | Merge pull request #8916 from josemota/collection-with-block | Rafael Mendonça França | 2013-01-13 | 2 | -4/+53 |
|\ \
| |/
|/| |
|
| * | Collection radio buttons and collection check boxes through FormBuilder render | José Mota | 2013-01-12 | 2 | -4/+53 |
* | | Allow value to be set on date_select | Colin Burn-Murdoch | 2013-01-13 | 3 | -1/+26 |
* | | Associaton -> Association | Steve Klabnik | 2013-01-13 | 1 | -2/+2 |
|/ |
|
* | Fix regression introduced in pull request 8812 | Sam Ruby | 2013-01-11 | 1 | -1/+2 |
* | Merge pull request #8882 from goshakkk/clearer-conditional | Carlos Antonio da Silva | 2013-01-11 | 1 | -3/+3 |
|\ |
|
| * | clearer conditional in constraint match check | Gosha Arinich | 2013-01-10 | 1 | -3/+3 |
* | | Merge pull request #8623 from virusman/form_helpers_collectionproxy_fix | Jon Leighton | 2013-01-11 | 2 | -1/+24 |
|\ \ |
|
| * | | Test nested fields with AssociationProxy mockup & fix AssociationProxy suppor... | virusman | 2012-12-27 | 2 | -1/+24 |
* | | | Fix json params parsing regression for non-object JSON content. | Dylan Smith | 2013-01-11 | 3 | -2/+13 |
| |/
|/| |
|
* | | Merge pull request #8876 from senny/extract_performance_tests | Guillermo Iguaran | 2013-01-10 | 5 | -15/+7 |
|\ \ |
|
| * | | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 5 | -15/+7 |
* | | | Merge pull request #8821 from jamis/master | Rafael Mendonça França | 2013-01-10 | 2 | -7/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | evaluate the dependency blocks at the instance level, not class level | Jamis Buck | 2013-01-08 | 2 | -7/+3 |
* | | | Remove redundant double quotation marks | zires | 2013-01-10 | 1 | -1/+1 |
* | | | adding missing requires | Aaron Patterson | 2013-01-09 | 2 | -0/+9 |
* | | | Fix typo in deprecation warning | Nathaniel Jones | 2013-01-09 | 1 | -1/+1 |
* | | | Merge pull request #8824 from mjtko/fix/cookie-store-inheritance | Santiago Pastorino | 2013-01-08 | 2 | -5/+26 |
|\ \ \ |
|
| * | | | Revert cb3181e - no longer required. | Mark J. Titorenko | 2013-01-08 | 1 | -2/+0 |
| * | | | Fix CookieStore middleware inheritance hierarchy s.t. it inherits from Rack::... | Mark J. Titorenko | 2013-01-08 | 1 | -3/+26 |
* | | | | Remove :yaml related tests and fix other related to parsing empty arrays | Carlos Antonio da Silva | 2013-01-08 | 2 | -45/+2 |
* | | | | Fix warning: & interpreted as argument prefix | Carlos Antonio da Silva | 2013-01-08 | 1 | -1/+1 |
* | | | | remove yaml as a param parser :burn: | Aaron Patterson | 2013-01-08 | 1 | -2/+0 |
* | | | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml. | Jeremy Kemper | 2013-01-08 | 1 | -0/+13 |
* | | | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin... | Aaron Patterson | 2013-01-08 | 4 | -5/+38 |