| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Don't remove trailing slash from PATH_INFO for mounted apps" | Piotr Sarnacki | 2014-01-16 | 1 | -7/+1 |
* | Allow an absolute controller path inside a module scope | Andrew White | 2014-01-05 | 1 | -2/+6 |
* | Unique the segment keys array for non-optimized url helpers | Andrew White | 2014-01-05 | 1 | -1/+1 |
* | Show full route constraints in error message | Andrew White | 2014-01-05 | 2 | -4/+5 |
* | Simplify arg parameterization | Andrew White | 2014-01-05 | 1 | -6/+1 |
* | Use a custom route vistor for optimized route generation | Andrew White | 2014-01-05 | 2 | -31/+49 |
* | Allow engine root relative redirects using an empty string. | Andrew White | 2014-01-01 | 1 | -8/+18 |
* | Fix Encoding::CompatibilityError when public path is UTF-8 | Andrew White | 2013-12-29 | 1 | -3/+3 |
* | Fix method redefined warning message in mapper.rb | Andrew White | 2013-12-29 | 1 | -2/+3 |
* | Move the null mime type to request.format | Carlos Antonio da Silva | 2013-12-23 | 2 | -2/+2 |
* | Merge pull request #13188 from imanel/skip_deep_munge | Jeremy Kemper | 2013-12-19 | 2 | -0/+8 |
|\ |
|
| * | Add configuration option to optionally disable deep_munge | Bernard Potocki | 2013-12-05 | 2 | -0/+8 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
* | | | Show routes defined under assets prefix | Ryunosuke SATO | 2013-12-19 | 1 | -1/+1 |
* | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena... | Vipul A M | 2013-12-18 | 2 | -2/+2 |
* | | | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -1/+1 |
* | | | Update secret_key_base Docs | robertomiranda | 2013-12-15 | 2 | -10/+11 |
* | | | Spelling and Grammar checks | Akshay Vishnoi | 2013-12-12 | 3 | -4/+4 |
* | | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetch | Trent Ogren | 2013-12-11 | 1 | -8/+8 |
* | | | Fix mounting engines inside a resources block | Piotr Sarnacki | 2013-12-10 | 1 | -1/+2 |
* | | | Add Mime::Type.register "text/vcard", :vcf to the default list of mime types | David Heinemeier Hansson | 2013-12-05 | 1 | -0/+1 |
* | | | remove nil in NullType#ref. | Angelo capilleri | 2013-12-04 | 1 | -3/+1 |
| |/
|/| |
|
* | | Improve a couple exception messages related to variants and mime types | Carlos Antonio da Silva | 2013-12-03 | 1 | -5/+5 |
* | | Action Pack Variants | Łukasz Strzałkowski | 2013-12-04 | 1 | -0/+14 |
* | | Change deep_munge call to avoid deprecation warning | Carlos Antonio da Silva | 2013-12-03 | 1 | -2/+2 |
* | | Merge branch 'master-sec' | Aaron Patterson | 2013-12-03 | 1 | -2/+2 |
|\ \ |
|
| * | | Deep Munge the parameters for GET and POST | Michael Koziarski | 2013-12-02 | 1 | -2/+2 |
* | | | Convert Mime::NullType in a singleton | Guillermo Iguaran | 2013-12-03 | 1 | -1/+4 |
|/ / |
|
* | | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 3 | -3/+3 |
* | | Try to escape each part of a path redirect route correctly | Andrew White | 2013-12-02 | 1 | -8/+25 |
* | | [ci skip] Removing some gender sensitive object pronouns | Tejas Dinkar | 2013-12-02 | 1 | -2/+2 |
* | | Better error message for typos in assert_response argument. | Victor Costan | 2013-11-25 | 1 | -0/+3 |
|/ |
|
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -1/+1 |
|\ |
|
| * | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -1/+1 |
* | | Revert "Merge pull request #12990 from vipulnsward/remove_visualizer_param" | Rafael Mendonça França | 2013-11-21 | 1 | -1/+1 |
* | | Remove unused param `title`to `TransitionTable#visualizer` | Vipul A M | 2013-11-22 | 1 | -1/+1 |
* | | Fix for routes task | Sıtkı Bağdat | 2013-11-21 | 1 | -1/+2 |
* | | Avoid hash lookups for building an array of required defaults | Carlos Antonio da Silva | 2013-11-15 | 1 | -2/+3 |
* | | Get rid of useless temp variable | Carlos Antonio da Silva | 2013-11-15 | 1 | -2/+1 |
* | | Set values instead of building hashes with single values for merging | Carlos Antonio da Silva | 2013-11-15 | 1 | -2/+2 |
* | | Take Hash with options inside Array in #url_for | Andrey Ognevsky | 2013-11-15 | 1 | -0/+2 |
* | | avoiding next statements | Akshay Vishnoi | 2013-11-15 | 1 | -9/+12 |
* | | class methods moved to already defined class<<self block | Akshay Vishnoi | 2013-11-15 | 1 | -6/+6 |
* | | Merge pull request #12740 from gaurish/patch-1 | Rafael Mendonça França | 2013-11-10 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Improve Errors when Controller Name or Action isn't specfied | Gaurish Sharma | 2013-11-05 | 1 | -2/+4 |
* | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -5/+3 |
|/ |
|
* | :scissors: [ci skip] | Carlos Antonio da Silva | 2013-11-04 | 1 | -3/+0 |
* | Code style for privacy indention | David Heinemeier Hansson | 2013-11-03 | 1 | -8/+8 |
* | Ensure backwards compability after the #deep_munge extraction | David Heinemeier Hansson | 2013-11-03 | 1 | -0/+10 |