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_controller
/
routing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails
Pratik Naik
2009-07-25
2
-2
/
+2
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-0
/
+1
*
Allow symbols on routes declaration (:controller and :action values) [#2828 s...
Jesús García Sáez
2009-07-02
1
-0
/
+1
*
Accept Symbol for contoller name [#2855 state:resolved]
Yehuda Katz + Carl Lerche
2009-07-01
1
-1
/
+1
*
Fix polymorphic_path doesn't modify options hash [#2099 state:resolved]
=?utf-8?q?Mislav=20Marohni=C4=87?=
2009-06-21
1
-2
/
+1
*
moves reopening of core classes to add generic stuff from Action Pack to AS/c...
Xavier Noria
2009-06-13
1
-49
/
+4
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-2
/
+2
*
Depend on Hash#slice and Object#try
Jeremy Kemper
2009-05-30
1
-0
/
+3
*
Add % to RESERVED_PCHAR [#2574 state:resolved]
Eduard Bondarenko
2009-05-27
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
2
-3
/
+7
*
Implement FooController.action(:name)
Yehuda Katz
2009-05-02
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
6
-67
/
+62
|
\
|
*
Ensure blank path_prefix works as expected [#2122 state:resolved]
Andrew Bloom
2009-03-09
1
-1
/
+2
|
*
Remove unused variable [#1451 state:resolved] [Raphaël Valyi]
Pratik Naik
2009-03-07
1
-1
/
+0
|
*
Generating routes with optional format segment does not inherit params format...
Joshua Peek
2009-03-04
1
-1
/
+5
|
*
Allow routes with a trailing slash to be recognized
Mike Gunderloy
2009-03-04
1
-1
/
+1
|
*
Ruby 1.9 compat: silence a warning about regexp languages
Sam Granieri
2009-02-25
1
-1
/
+5
|
*
Fix requirements regexp for path segments
Andrew White
2009-02-22
1
-16
/
+12
|
*
Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...
Andrew White
2009-02-22
1
-4
/
+0
*
|
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
4
-1
/
+1092
|
\
\
|
*
|
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-1
/
+1
|
*
|
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
3
-0
/
+1094
|
|
/
|
*
Fix formatted_* deprecation message
Jeremy Kemper
2008-12-30
1
-2
/
+2
*
|
Fix formatted_* deprecation message
Jeremy Kemper
2009-01-01
1
-2
/
+2
|
/
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-0
/
+6
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-30
/
+31
*
When checking for the wrong routing method, ensure the environment is passed ...
Joshua Peek
2008-12-17
1
-1
/
+1
*
Extract named_helper module_eval so it's easier to override
Jeremy Kemper
2008-11-29
1
-2
/
+6
*
Added support for multiple routes files and made draw not clear the map so th...
David Heinemeier Hansson
2008-11-26
1
-12
/
+42
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-11-26
5
-2
/
+48
|
\
|
*
Added optimal formatted routes to rails, deprecating the formatted_* methods,...
Aaron Batalion
2008-11-26
5
-2
/
+48
*
|
No need to have #generate and #generate_extras per instance
Jeremy Kemper
2008-11-26
1
-5
/
+10
|
/
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-0
/
+2
*
Make optimized named routes respect all reserved options and tie it into UrlR...
Gabe da Silveira
2008-11-18
2
-6
/
+3
*
Eliminate excess Regexp creation due to capture counting
Jeremy Kemper
2008-11-10
2
-4
/
+26
*
Pare down object creation during route building
Jeremy Kemper
2008-11-10
2
-30
/
+27
*
Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised rec...
Aliaksey Kandratsenka
2008-11-06
1
-1
/
+1
*
Cleaned up route optimisation guard condition generation code as it was getti...
Tom Lea
2008-11-01
1
-7
/
+19
*
Thread Safety: Ensure recognize_optimized is immediately written instead of l...
Joshua Peek
2008-10-27
1
-7
/
+1
*
Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...
Tom Stuart
2008-10-08
1
-3
/
+1
*
Remove recognized_optimized method before redefining it
Jeremy Kemper
2008-09-08
1
-2
/
+15
*
Ensure routing optimizations are cleared when new routes are added [#981 stat...
Matt Jones
2008-09-07
2
-2
/
+11
*
Some performance goodness for routing.
Clemens Kofler
2008-09-03
1
-3
/
+3
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-3
/
+3
*
Fixes optimised named routes generating question mark followed by nothing whe...
Luke Melia
2008-08-31
1
-2
/
+3
*
Routes may be restricted to lists of HTTP methods instead of a single method ...
Brennan Dunn
2008-08-28
2
-6
/
+8
*
Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need e...
Jeremy Kemper
2008-08-04
1
-1
/
+2
*
Prepare Route#generate and Route#recognize early. Also refactor segments a bi...
Joshua Peek
2008-07-28
6
-200
/
+202
*
Routing whitespace cleanup
Joshua Peek
2008-07-28
6
-26
/
+23
*
AbstractRequest.relative_url_root is no longer automatically configured by a ...
Joshua Peek
2008-07-24
1
-1
/
+1
[next]