| Commit message (Expand) | Author | Age | Files | Lines |
* | threads can wait on responses to be committed | Aaron Patterson | 2012-07-27 | 1 | -0/+9 |
* | Replace the flush parameter with a Hash. | Lucas Mazza | 2012-07-24 | 1 | -9/+9 |
* | Remove ActionDispatch::Head middleware in favor of Rack::Head | Santiago Pastorino | 2012-07-23 | 2 | -9/+1 |
* | Add one more test case to make sure that data attributes are being | Rafael Mendonça França | 2012-07-22 | 1 | -0/+7 |
* | Merge pull request #7123 from nashby/data-in-options | Rafael Mendonça França | 2012-07-22 | 1 | -7/+14 |
|\ |
|
| * | don't escape options in option_html_attributes method | Vasiliy Ermolovich | 2012-07-22 | 1 | -7/+14 |
* | | Remove deprecation warnings | Carlos Galdino + Rafael Mendonça França | 2012-07-21 | 2 | -2/+2 |
* | | Add back `:disable_with` and change deprecation horizon to 4.1 | Carlos Galdino + Rafael Mendonça França | 2012-07-21 | 2 | -2/+34 |
* | | Add back `:confirm` and change deprecation horizon to 4.1 | Carlos Galdino + Rafael Mendonça França | 2012-07-21 | 2 | -0/+86 |
|/ |
|
* | Merge pull request #7099 from f1sherman/sweeper-clean-up-if-exception-raised | Rafael Mendonça França | 2012-07-20 | 1 | -0/+11 |
|\ |
|
| * | Clean up Sweeper controller accessor when an Error is raised | Brian John | 2012-07-20 | 1 | -0/+11 |
* | | Don't assume resource param is :id when using shallow routes | Andrew White | 2012-07-20 | 1 | -0/+12 |
* | | Support constraints on resource custom params when nesting | Andrew White | 2012-07-20 | 1 | -1/+12 |
|/ |
|
* | Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option | Carlos Galdino | 2012-07-18 | 2 | -9/+16 |
* | add lazy look up in abstract controller's translate method | Sergey Pchelincev | 2012-07-18 | 1 | -0/+13 |
* | Common behavior with adding formats to lookup_context for TemplateRenderer an... | Dmitry Vorotilin | 2012-07-18 | 8 | -0/+17 |
* | Add support for optional root segments containing slashes | Andrew White | 2012-07-17 | 1 | -0/+27 |
* | Fix indentation. | Piotr Sarnacki | 2012-07-11 | 1 | -4/+4 |
* | Don't raise an error if http auth token isn't well formatted | Piotr Sarnacki | 2012-07-11 | 1 | -0/+8 |
* | Raise a helpful error message on #mount misuse | Carl Lerche | 2012-07-10 | 1 | -0/+9 |
* | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 1 | -0/+14 |
* | deprecate `describe` without a block. | Aaron Patterson | 2012-07-09 | 3 | -12/+0 |
* | Remove AS declarative extension from erb tag test | Carlos Antonio da Silva | 2012-07-08 | 1 | -3/+0 |
* | Rename RouteInspector to RoutesInspector | Carlos Antonio da Silva | 2012-07-08 | 1 | -2/+2 |
* | move route_inspector to actionpack | @schneems and @mattt | 2012-07-07 | 1 | -0/+170 |
* | Use "instance_accessor" for flash types class attribute | Carlos Antonio da Silva | 2012-07-07 | 1 | -1/+0 |
* | Added support add_flash_types | kennyj | 2012-07-07 | 2 | -6/+32 |
* | Remove unused code. | kennyj | 2012-07-07 | 1 | -4/+0 |
* | Prevent conflict between mime types and Object methods | Mircea Pricop | 2012-07-06 | 2 | -1/+17 |
* | Merge branch 'master' into testclean | Aaron Patterson | 2012-07-05 | 1 | -0/+5 |
|\ |
|
| * | Add the options method to action_controller testcase. | François de Metz | 2012-07-04 | 1 | -0/+5 |
* | | test should be testing to_param not to_s, remove Array subclass | Aaron Patterson | 2012-07-03 | 1 | -2/+2 |
|/ |
|
* | Remove more tests related to draw external routes files | Rafael Mendonça França | 2012-06-29 | 4 | -53/+1 |
* | AS::Callbacks: deprecate monkey patch code | Bogdan Gusiev | 2012-06-26 | 1 | -0/+12 |
* | Move number helper i18n related tests to AS | Carlos Antonio da Silva | 2012-06-24 | 1 | -122/+0 |
* | Refactor AV number helper tests with invalid numbers | Carlos Antonio da Silva | 2012-06-24 | 1 | -44/+14 |
* | Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify | Carlos Antonio da Silva | 2012-06-23 | 1 | -0/+7 |
|\ |
|
| * | Don't paramify ActionDispatch::Http::UploadedFile in tests | Tim Vandecasteele | 2012-06-22 | 1 | -0/+7 |
* | | Merge pull request #6428 from pinetops/resolver_concurrency_fix | Yehuda Katz | 2012-06-21 | 1 | -4/+4 |
|\ \ |
|
| * | | Make the Resolver template cache threadsafe - closes #6404 | Tom Clarke | 2012-05-21 | 1 | -4/+4 |
* | | | stop subclassing string | Aaron Patterson | 2012-06-21 | 1 | -1/+1 |
* | | | Removed warnings. | Arun Agrawal | 2012-06-21 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #6777 from route/logger_in_metal_tests | Carlos Antonio da Silva | 2012-06-19 | 1 | -0/+17 |
|\ \ |
|
| * | | Added test for case when view doesn't have logger method when using ActionCon... | Dmitry Vorotilin | 2012-06-19 | 1 | -0/+17 |
* | | | Ensure that cache-control headers are merged | James Tucker | 2012-06-18 | 1 | -0/+12 |
|/ / |
|
* | | Merge pull request #6752 from steveklabnik/fix_5680 | Rafael Mendonça França | 2012-06-16 | 2 | -3/+14 |
|\ \ |
|
| * | | Respect absolute paths in compute_source_path. | Steve Klabnik | 2012-06-16 | 2 | -3/+14 |
* | | | Support unicode character route in config/routes.rb. | kennyj | 2012-06-16 | 2 | -2/+7 |
|/ / |
|
* | | adding a test for #6459 | Aaron Patterson | 2012-06-14 | 1 | -0/+10 |
* | | we raise a subclass of LoadError, so rescue that | Aaron Patterson | 2012-06-14 | 1 | -1/+6 |