aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Collapse)AuthorAgeFilesLines
* removed warning "warning: ambiguous first argument; put parentheses or even ↵Arun Agrawal2011-12-211-1/+1
| | | | spaces"
* Merge pull request #4079 from drogus/http_digest_issueJosé Valim2011-12-214-7/+83
|\ | | | | Fix http digest authentication when url ends with `/` or `?`
| * Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)Piotr Sarnacki2011-12-212-10/+44
| |
| * Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-212-0/+32
| |
| * Added failing test to demonstrate digest authentication failureJarrod Carlson2011-12-201-0/+10
| |
* | Using uuid which is supported in 1.9Arun Agrawal2011-12-212-2/+2
| | | | | | Orignal commit #ada78066fdbccffb1da092a2470211fa252b3c99
* | 'with_kcode' removed. Arun Agrawal2011-12-214-21/+0
| | | | | | | | Testing Sandbox removed.
* | Merge pull request #4088 from rahul100885/rahul100885_workJosé Valim2011-12-213-58/+26
|\ \ | | | | | | Remove unused conditions for 1.9
| * | Remove unused conditions for 1.9Rahul P. Chaudhari2011-12-213-58/+26
| | |
* | | Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-212-2/+0
|/ /
* | Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
| |
* | Check for response to `#last` instead of `#first`.Brian Rose2011-12-201-1/+1
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Ensure option for select helper responds to `#first` before comparison.Brian Rose2011-12-202-1/+19
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* | Merge pull request #4033 from nashby/date-helper-field-error-procJosé Valim2011-12-204-12/+35
|\ \ | |/ |/| add failing tests for issue #3487
| * fix adding field_with_errors to date selects, closes #3487Vasiliy Ermolovich2011-12-203-11/+11
| |
| * add failing tests for issue #3487Vasiliy Ermolovich2011-12-191-1/+24
| |
* | rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+David Heinemeier Hansson2011-12-201-3/+3
| |
* | Remove deprecation warnings from Action Pack.José Valim2011-12-209-108/+6
| |
* | Remove deprecated layout lookup.José Valim2011-12-202-60/+27
| |
* | remove warnings about @variable_for_layoutlest2011-12-201-5/+6
| |
* | Check if source is encoding aware.José Valim2011-12-201-32/+30
| |
* | Do not hard code encoding to UTF8José Valim2011-12-202-48/+54
| |
* | Merge pull request #4043 from cqpx/masterJosé Valim2011-12-201-1/+1
|\ \ | | | | | | don't encode an UTF-8 encoded template
| * | don't encode an UTF-8 encoded templateXu Pan2011-12-201-1/+1
| | |
* | | Remove i18n dependencies from AP and AMo since they are in AS.José Valim2011-12-201-1/+0
| | |
* | | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-1/+0
|/ / | | | | | | from Ruby stdlib.
* | Party like its R-C-UNO!David Heinemeier Hansson2011-12-191-1/+1
| |
* | adding tests for #4029Aaron Patterson2011-12-192-1/+52
|/
* add help text to routing errorschneems2011-12-171-8/+13
| | | | | | When a newcomer hits the routing error page they are often confused about how to trouble shoot the next step. Adding a simple help text can gently remind coders where to get more help.
* Merge pull request #4012 from JustinCampbell/masterJosé Valim2011-12-172-1/+32
|\ | | | | Allow symbols to be passed as extension aliases in Mime::Type.register
| * Add test for register_aliasJustin Campbell2011-12-171-0/+9
| |
| * Add test for type aliasesJustin Campbell2011-12-171-0/+11
| |
| * Allow symbols to be passed for extension aliasesJustin Campbell2011-12-172-1/+12
| |
* | warning removed "warning: instance variable @variable_for_layout not ↵Arun Agrawal2011-12-171-0/+1
|/ | | | initialized"
* Merge pull request #3780 from marcbowes/masterVijay Dev2011-12-161-7/+3
|\ | | | | Fix favicon_link_tag help text
| * * A `/` is required if you want to explicitly skip the assets directory. ↵Marc Bowes2011-11-281-7/+3
| | | | | | | | | | This is important because `public/assets` is typically git-ignored. * The asset id is no longer generated.
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-161-3/+3
|\ \
| * | escape assigns[:person], assigns[person] etc in actioncontroller testcaseNick Howard2011-12-141-3/+3
| | |
* | | Update CHANGELOGs and guides.José Valim2011-12-161-0/+2
| | |
* | | Show detailed exceptions no longer returns true if the request is local in ↵José Valim2011-12-164-4/+22
| | | | | | | | | | | | production.
* | | Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-162-3/+12
| | |
* | | ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-164-6/+27
| | |
* | | Improve the specs on exceptions app.José Valim2011-12-162-2/+20
| | |
* | | Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-166-44/+52
| | |
* | | Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-167-165/+1
| | |
* | | Warning removed "warning: (...) interpreted as grouped expression"Arun Agrawal2011-12-161-1/+1
| | |
* | | it's -> itsXavier Noria2011-12-151-1/+1
| | |
* | | Fix diagnostics page for routing errors.José Valim2011-12-154-14/+14
| | |
* | | Remove autoload for non-existent file.Uģis Ozols2011-12-151-1/+0
| | |
* | | updating arel and journey dependenciesAaron Patterson2011-12-141-1/+1
| | |