index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
journey
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Always escape string passed to url helper.
edogawaconan
2014-04-20
1
-1
/
+1
*
push move_string in to `move`
Aaron Patterson
2014-04-01
1
-14
/
+12
*
combine move_regexp and move_string so we only loop over states once
Aaron Patterson
2014-04-01
1
-9
/
+6
*
do not create memo objects since we'll just throw them away
Aaron Patterson
2014-04-01
2
-9
/
+11
*
only ask if `t` is empty once.
Aaron Patterson
2014-04-01
1
-4
/
+1
*
Replace map.flatten with flat_map in actionpack
Erik Michaels-Ober
2014-03-03
7
-18
/
+18
*
Replace map.flatten(1) with flat_map
Erik Michaels-Ober
2014-02-28
2
-5
/
+5
*
Revert "Don't remove trailing slash from PATH_INFO for mounted apps"
Piotr Sarnacki
2014-01-16
1
-7
/
+1
*
Show full route constraints in error message
Andrew White
2014-01-05
1
-2
/
+2
*
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-4
/
+24
*
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
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
*
Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`
Godfrey Chan
2013-11-05
1
-5
/
+3
*
Correct error in Utils.normalize_path that changed paths improperly
Josh Symonds
2013-10-23
1
-1
/
+1
*
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
*
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 #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
*
|
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
|
/
*
Clear named routes when routes.rb is reloaded
Andrew White
2013-07-21
1
-0
/
+1
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
2
-1
/
+17
*
store a symbol directly inside DISPATCH_CACHE for extra roflscale
Charlie Somerville
2013-06-30
1
-1
/
+1
*
Don't remove trailing slash from PATH_INFO for mounted apps
Piotr Sarnacki
2013-06-21
1
-1
/
+7
*
rails -> Rails [ci skip]
Prathamesh Sonpatki
2013-05-09
1
-1
/
+1
*
add missing semicolon to journey parser.y
Ben Holley
2013-04-30
1
-0
/
+1
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-0
/
+4
*
make [] method in router more readable
buddhamagnet
2013-04-15
1
-1
/
+3
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-1
/
+1
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
2
-0
/
+12
*
Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...
zires
2013-02-27
1
-1
/
+1
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-4
/
+7
*
Add support for other types of routing constraints
Andrew White
2013-01-15
2
-10
/
+25
*
Raise correct exception now Journey is integrated.
Andrew White
2013-01-15
1
-1
/
+6
*
access `@path` and `@routes` via reader methods in journey
Gosha Arinich
2013-01-07
2
-3
/
+3
*
refactor Journey::Routes
Gosha Arinich
2013-01-07
1
-12
/
+11
*
Refactor to not call path.ast twice
Carlos Antonio da Silva
2013-01-06
1
-2
/
+3
*
refactor Route#ast to use or-equals and block, instead of return with a cond
Gosha Arinich
2013-01-06
1
-5
/
+4
*
remove another unnecessary dup
Gosha Arinich
2013-01-02
1
-5
/
+3
*
remove unnecessary #dup
Gosha Arinich
2013-01-02
1
-2
/
+1
*
Fix indentation issuing warning
Carlos Antonio da Silva
2012-12-20
1
-1
/
+1
*
update AD::Journey to follow Rails coding conventions
Francesco Rodriguez
2012-12-20
16
-437
/
+439
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
20
-78
/
+75
*
remove code for Ruby 1.8.x support
Francesco Rodriguez
2012-12-19
1
-7
/
+2
*
Remove the actual extension file as well [ci skip]
Andrew White
2012-12-19
1
-11
/
+0
*
Remove obsolete Hash extension needed for Ruby 1.8.x support
Andrew White
2012-12-19
1
-1
/
+0
[prev]
[next]