Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #4658 from pwim/unicode-paths | Aaron Patterson | 2012-01-25 | 1 | -0/+20 | |
| | | | | Test for unicode path support | |||||
* | Deprecated multi args to http route methods | Aaron Patterson | 2012-01-23 | 1 | -1/+2 | |
| | ||||||
* | ActionDispatch::Cookies::CookieJar#deleted? predicate method. | Paul Annesley | 2012-01-24 | 1 | -0/+11 | |
| | | | | | Necessary in controller tests to determine if the CookieJar will delete the given cookie. | |||||
* | Removed unused assigns from ActionView::Template::Error | brainopia | 2012-01-20 | 2 | -2/+2 | |
| | | | | | They existed since initial rails commit by DHH but lost use a long time ago | |||||
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 3 | -6/+0 | |
| | ||||||
* | Remove other old compatibility constants | Carlos Antonio da Silva | 2012-01-17 | 2 | -3/+3 | |
| | ||||||
* | Stub ip method of alternative request class | Sam Pohlenz | 2012-01-14 | 1 | -0/+4 | |
| | ||||||
* | Use a BodyProxy instead of including a Module that responds to close. | Santiago Pastorino | 2012-01-13 | 1 | -1/+12 | |
| | | | | Closes #4441 if Active Record is disabled assets are delivered correctly | |||||
* | Fix routing test to use assert_equal | Carlos Antonio da Silva | 2012-01-06 | 1 | -2/+2 | |
| | ||||||
* | AP tests should inherit from AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 | |
| | ||||||
* | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 2 | -2/+2 | |
| | | | | minor | |||||
* | Override respond_to? since we are also overriding method_missing. | José Valim | 2012-01-03 | 1 | -0/+7 | |
| | ||||||
* | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -4/+4 | |
| | ||||||
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 1 | -1/+1 | |
| | ||||||
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 3 | -10/+3 | |
| | ||||||
* | just use def setup | Aaron Patterson | 2011-12-21 | 1 | -1/+2 | |
| | ||||||
* | removed warning "warning: ambiguous first argument; put parentheses or even ↵ | Arun Agrawal | 2011-12-21 | 1 | -1/+1 | |
| | | | | spaces" | |||||
* | Merge pull request #4079 from drogus/http_digest_issue | José Valim | 2011-12-21 | 1 | -0/+24 | |
|\ | | | | | Fix http digest authentication when url ends with `/` or `?` | |||||
| * | Add original_fullpath and original_url methods to Request | Piotr Sarnacki | 2011-12-21 | 1 | -0/+24 | |
| | | ||||||
* | | Using uuid which is supported in 1.9 | Arun Agrawal | 2011-12-21 | 1 | -1/+1 | |
|/ | | | Orignal commit #ada78066fdbccffb1da092a2470211fa252b3c99 | |||||
* | adding tests for #4029 | Aaron Patterson | 2011-12-19 | 1 | -1/+1 | |
| | ||||||
* | Add test for register_alias | Justin Campbell | 2011-12-17 | 1 | -0/+9 | |
| | ||||||
* | Add test for type aliases | Justin Campbell | 2011-12-17 | 1 | -0/+11 | |
| | ||||||
* | Allow symbols to be passed for extension aliases | Justin Campbell | 2011-12-17 | 1 | -0/+11 | |
| | ||||||
* | Do not raise an exception if an invalid route was generated automatically. | José Valim | 2011-12-16 | 1 | -0/+1 | |
| | ||||||
* | ShowExceptions should understand X-Cascade responses from exceptions app. | José Valim | 2011-12-16 | 1 | -0/+11 | |
| | ||||||
* | Improve the specs on exceptions app. | José Valim | 2011-12-16 | 1 | -1/+14 | |
| | ||||||
* | Extract the rendering of public exceptions pages into a Rack app. | José Valim | 2011-12-16 | 1 | -1/+1 | |
| | ||||||
* | Get rid of the close checks since we cannot reliably close the session anyway. | José Valim | 2011-12-16 | 1 | -97/+1 | |
| | ||||||
* | Warning removed "warning: (...) interpreted as grouped expression" | Arun Agrawal | 2011-12-16 | 1 | -1/+1 | |
| | ||||||
* | Close the response body on cascade pass, closes #3975. | José Valim | 2011-12-14 | 1 | -3/+22 | |
| | ||||||
* | log exception backtrace when all backtrace lines silenced | Sergey Nartimov | 2011-12-13 | 1 | -0/+13 | |
| | ||||||
* | Fix failing AP tests. | José Valim | 2011-12-13 | 1 | -1/+1 | |
| | ||||||
* | use Array#join so that file encoding doesn't impact returned string. | Aaron Patterson | 2011-12-12 | 1 | -0/+9 | |
| | | | | Fixes #3957 | |||||
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -0/+9 | |
| | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3 | |||||
* | Allow reloader to be configured. | José Valim | 2011-12-12 | 1 | -0/+13 | |
| | ||||||
* | Use default charset when we read content type without charset. | kennyj | 2011-12-07 | 1 | -0/+11 | |
| | ||||||
* | Fix failing cascade exception. | José Valim | 2011-12-03 | 1 | -0/+9 | |
| | ||||||
* | Remove unnecessary test setup. | José Valim | 2011-12-01 | 1 | -6/+1 | |
| | ||||||
* | Split and improve show and debug exceptions middlewares. | José Valim | 2011-12-01 | 2 | -76/+130 | |
| | ||||||
* | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -2/+2 | |
| | ||||||
* | put backtrace_cleaner to env | lest | 2011-11-28 | 1 | -0/+7 | |
| | ||||||
* | middlewares should use logger from env | lest | 2011-11-25 | 3 | -20/+19 | |
| | ||||||
* | configuration option to always write cookie | lest | 2011-11-23 | 1 | -2/+2 | |
| | ||||||
* | Remove unreachable code, and add additional testcases. | kennyj | 2011-11-24 | 2 | -0/+24 | |
| | ||||||
* | refactor show exceptions tests | lest | 2011-11-22 | 1 | -42/+19 | |
| | ||||||
* | add ActionController::Metal#show_detailed_exceptions? | lest | 2011-11-22 | 1 | -19/+26 | |
| | ||||||
* | Refactoring the redirect method for the router api. | Aaron Patterson | 2011-11-18 | 1 | -0/+5 | |
| | ||||||
* | remove the :path feature to redirects, since it cannot work | Aaron Patterson | 2011-11-18 | 1 | -33/+0 | |
| | ||||||
* | require that all blocks have arity of 2 | Aaron Patterson | 2011-11-18 | 1 | -1/+1 | |
| |