Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
* | | | | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi... | Guillermo Iguaran | 2013-11-02 | 1 | -2/+1 | |
* | | | | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav... | Guillermo Iguaran | 2013-11-01 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Change ActionController::Parameters#require behavior when value is empty | Sebastian Sogamoso | 2013-03-11 | 1 | -1/+2 | |
* | | | | | Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 | |
* | | | | | add the fetch method to sessions | Damien Mathieu | 2013-10-29 | 1 | -0/+12 | |
| |/ / / |/| | | | ||||||
* | | | | Remove surprise if from show_exception middleware | Prem Sichanugrist | 2013-10-27 | 1 | -2/+5 | |
* | | | | Correct error in Utils.normalize_path that changed paths improperly | Josh Symonds | 2013-10-23 | 1 | -1/+1 | |
* | | | | Respect `SCRIPT_NAME` when using `redirect` with a relative path | Andrew White | 2013-10-10 | 1 | -0/+18 | |
* | | | | Merge branch 'fix-ip-spoof-errors' of https://github.com/tamird/rails into ta... | Andrew White | 2013-09-30 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | make sure both headers are set before checking for ip spoofing | Tamir Duberstein | 2013-06-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #12398 from thedarkone/thread-safety-stuff | Rafael Mendonça França | 2013-09-28 | 2 | -13/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make GTG::TransTable thread safe. | thedarkone | 2013-09-28 | 1 | -12/+23 | |
| * | | | | | Replace global Hash with TS::Cache. | thedarkone | 2013-09-28 | 1 | -1/+4 | |
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix link_to return value | Earl J St Sauver | 2013-09-22 | 1 | -1/+1 | |
* | | | | | | No need the else clause | Rafael Mendonça França | 2013-09-24 | 1 | -2/+0 | |
* | | | | | | Use join to concat the both side of the AST | Rafael Mendonça França | 2013-09-24 | 1 | -1/+2 | |
* | | | | | | Merge pull request #10773 from wangjohn/link_and_routing_options | Rafael Mendonça França | 2013-09-23 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Adding documentation to +polymorphic_url+ | wangjohn | 2013-06-13 | 1 | -0/+13 | |
* | | | | | | | Merge pull request #9155 from bogdan/route-formatter | Andrew White | 2013-09-22 | 1 | -23/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rewrite journey routes formatter for performance | Bogdan Gusiev | 2013-08-28 | 1 | -23/+23 | |
* | | | | | | | | [ci skip] Add some comment about downcase url encoded string. | kennyj | 2013-09-22 | 1 | -0/+2 | |
* | | | | | | | | Fix incorrect assert_redirected_to failure message | Derek Prior | 2013-09-19 | 1 | -15/+5 | |
* | | | | | | | | Remove 1.8 compatible code | kennyj | 2013-09-19 | 1 | -1/+1 | |
* | | | | | | | | Fix an issue where router can't recognize downcased url encoding path. | kennyj | 2013-09-19 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #12216 from suginoy/a-an | Rafael Mendonça França | 2013-09-13 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typos: the indefinite articles(a -> an) | SUGINO Yasuhiro | 2013-09-13 | 2 | -2/+2 | |
* | | | | | | | | | Revert "Merge pull request #12208 from mjhoy/patch-1" | Rafael Mendonça França | 2013-09-12 | 1 | -0/+4 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-13 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Change documentation to consistently refer to the same object | Earl J St Sauver | 2013-09-08 | 1 | -8/+8 | |
| * | | | | | | | | Blacklist refferenced in docs is actually whitelist | Earl J St Sauver | 2013-09-08 | 1 | -2/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | remove outdated docs | Michael Hoy | 2013-09-12 | 1 | -4/+0 | |
* | | | | | | | | Refactor handling of action normalization | Max Shytikov | 2013-09-10 | 1 | -11/+13 | |
* | | | | | | | | Merge pull request #12077 from estsauver/doc_fix | Steve Klabnik | 2013-09-04 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | |