aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/nfa
Commit message (Collapse)AuthorAgeFilesLines
* Replace map.flatten with flat_map in actionpackErik Michaels-Ober2014-03-033-8/+8
|
* Fix indentation issuing warningCarlos Antonio da Silva2012-12-201-1/+1
|
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-203-58/+55
|
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-194-14/+14
|
* Integrate Journey into Action DispatchAndrew White2012-12-194-0/+325
Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49.