| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7244 from lucasuyezu/master | Carlos Antonio da Silva | 2012-08-15 | 2 | -0/+22 |
|\ |
|
| * | Indentation should consider line number character count. | Lucas Uyezu | 2012-08-13 | 2 | -0/+22 |
* | | Extract common controllers to abstract_unit | Rafael Mendonça França | 2012-08-13 | 3 | -45/+33 |
* | | Implementing Routing Concerns | Rafael Mendonça França | 2012-08-13 | 1 | -0/+94 |
|/ |
|
* | push header merge down to a private method so that live responses can have th... | Aaron Patterson | 2012-08-13 | 1 | -0/+11 |
* | live response headers can be merged with a hash | Aaron Patterson | 2012-08-13 | 1 | -0/+6 |
* | Add support for start_hour and end_hour options in select_hour helper | Evan Tann | 2012-08-13 | 1 | -0/+29 |
* | Ensure option_html_attributes does not modify the given option hashes | Carlos Antonio da Silva | 2012-08-11 | 1 | -0/+9 |
* | Simplify html attributes generation for options_for_select | Carlos Antonio da Silva | 2012-08-11 | 1 | -5/+6 |
* | Merge pull request #7314 from schneems/schneems/form_for_error | Rafael Mendonça França | 2012-08-10 | 1 | -0/+14 |
|\ |
|
| * | check for nil or empty record in form_for | schneems | 2012-08-10 | 1 | -0/+14 |
* | | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -18/+0 |
* | | Test actual content of permanent cookie | brainopia | 2012-08-10 | 1 | -1/+1 |
|/ |
|
* | set the controller under test so we no longer need the reset! method | Aaron Patterson | 2012-08-09 | 1 | -38/+4 |
* | Do not mark strip_tags result as html_safe | Santiago Pastorino | 2012-08-09 | 1 | -2/+2 |
* | push drawing once to it's own module | Aaron Patterson | 2012-08-09 | 1 | -32/+20 |
* | refactor the before_setup hooks to a module | Aaron Patterson | 2012-08-09 | 1 | -13/+12 |
* | switch callbacks to minitest hooks | Aaron Patterson | 2012-08-09 | 1 | -3/+6 |
* | some tests | Egor Homakov | 2012-08-09 | 1 | -0/+27 |
* | Allow data attributes to be set as a first-level option for form_for, so you ... | David Heinemeier Hansson | 2012-08-08 | 1 | -0/+6 |
* | Deprecate `button_to_function` and `link_to_function` helpers. | Rafael Mendonça França | 2012-08-07 | 1 | -0/+42 |
* | Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ... | David Heinemeier Hansson | 2012-08-07 | 1 | -54/+0 |
* | Restoring the '%' trim mode for ERb templates, allowing for a leading percent... | Artiom Di | 2012-08-07 | 1 | -0/+54 |
* | Do not include application.js if it doesn't exists | Prem Sichanugrist | 2012-08-06 | 1 | -0/+9 |
* | Don't use `html_escape` to test the escaping | Rafael Mendonça França | 2012-08-05 | 4 | -4/+4 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 7 | -12/+13 |
* | Revert "polymorphic_url with an array generates a query string" | Andrew White | 2012-08-04 | 1 | -14/+0 |
* | Revert "Refactor passing url options via array for polymorphic_url" | Andrew White | 2012-08-04 | 1 | -7/+0 |
* | Renamed _path_segments to _recall | Bogdan Gusiev | 2012-08-04 | 1 | -1/+1 |
* | Refactor passing url options via array for polymorphic_url | Andrew White | 2012-08-04 | 1 | -0/+7 |
* | polymorphic_url with an array generates a query string | Romain Tribes | 2012-08-04 | 1 | -0/+14 |
* | Add test select_tag escapes prompt | Santiago Pastorino | 2012-08-03 | 1 | -0/+6 |
* | make sure the body finishes rendering before checking response closure | Aaron Patterson | 2012-08-03 | 1 | -1/+2 |
* | Collapsed dual checks (one for content headers and one for content) into a si... | Armand du Plessis | 2012-08-02 | 2 | -4/+34 |
* | Merge pull request #7240 from steveklabnik/fix_2301 | Rafael Mendonça França | 2012-08-02 | 1 | -3/+4 |
|\ |
|
| * | Fix for digest authentication bug - issue #2301 in rails/rails | Arthur Smith | 2012-08-02 | 1 | -3/+4 |
* | | load active_support/core_ext/object/inclusion in active_support/rails | Xavier Noria | 2012-08-02 | 7 | -7/+0 |
* | | Improve error handling when using partial name with hyphen. Fix #7079 | kennyj | 2012-08-03 | 1 | -0/+7 |
|/ |
|
* | html_escape should escape single quotes | Santiago Pastorino | 2012-07-31 | 8 | -25/+25 |
* | close the response when the response body is set so that normal render calls ... | Aaron Patterson | 2012-07-29 | 1 | -0/+9 |
* | header hash is duped before being sent up the rack stack | Aaron Patterson | 2012-07-29 | 1 | -0/+13 |
* | freeze the header object | Aaron Patterson | 2012-07-29 | 1 | -0/+2 |
* | make sure set_response! sets the correct response object | Aaron Patterson | 2012-07-29 | 1 | -0/+6 |
* | Controller actions are processed in a separate thread for live | Aaron Patterson | 2012-07-29 | 1 | -3/+69 |
* | raise exceptions on header set after response committed | Aaron Patterson | 2012-07-29 | 1 | -0/+19 |
* | make sure appropriate headers are set and deleted | Aaron Patterson | 2012-07-29 | 1 | -0/+11 |
* | added live responses which can be written and read in separate threads | Aaron Patterson | 2012-07-29 | 2 | -0/+60 |
* | flushing output should write to the stream rather than mutating the response ... | Aaron Patterson | 2012-07-29 | 1 | -3/+3 |
* | remove dead test | Aaron Patterson | 2012-07-29 | 1 | -4/+0 |
* | adding a buffered stream to the response object | Aaron Patterson | 2012-07-29 | 2 | -0/+50 |