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
/
routing
/
mapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Anchors should be allowed on constraints that are not on path segments
Carl Lerche
2010-11-16
1
-9
/
+12
*
rejecting blank strings
Aaron Patterson
2010-11-15
1
-2
/
+2
*
reduce method calls
Aaron Patterson
2010-11-15
1
-4
/
+4
*
make sure we are only doing sanity checking against regular expressions
Aaron Patterson
2010-11-15
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-11-15
1
-9
/
+212
|
\
|
*
Document the constraints method
Ryan Bigg
2010-11-14
1
-1
/
+55
|
*
Add documentation for :path_names option on resources
Ryan Bigg
2010-11-13
1
-0
/
+8
|
*
See the scope method for documentation for namespace's shallow_path option
Ryan Bigg
2010-11-13
1
-0
/
+3
|
*
Add documentation for the mount method in ActionDispatch's Mapper
Ryan Bigg
2010-11-13
1
-0
/
+17
|
*
Fix indentation for :as option documentation on the namespace method
Ryan Bigg
2010-11-07
1
-4
/
+4
|
*
Document the :shallow_path option for scope
Ryan Bigg
2010-11-07
1
-0
/
+19
|
*
Indent final comment for :path option
Ryan Bigg
2010-11-07
1
-1
/
+1
|
*
Indent code example for :as option
Ryan Bigg
2010-11-07
1
-3
/
+3
|
*
Document the :as option for the scope method
Ryan Bigg
2010-11-07
1
-0
/
+10
|
*
Space between module option documentation and path documentation
Ryan Bigg
2010-11-07
1
-0
/
+1
|
*
Fix indentation on comment for :path option
Ryan Bigg
2010-11-07
1
-1
/
+1
|
*
Document the :as option for the namespace method
Ryan Bigg
2010-11-07
1
-0
/
+8
|
*
Document the :module option for namespace
Ryan Bigg
2010-11-07
1
-0
/
+15
|
*
Document the :path option for namespace
Ryan Bigg
2010-11-07
1
-0
/
+11
|
*
Begin to document the namespace method for AD's Mapper
Ryan Bigg
2010-11-07
1
-0
/
+15
|
*
Document the controller method for AD's Mapper
Ryan Bigg
2010-11-07
1
-0
/
+6
|
*
Document the defaults method
Ryan Bigg
2010-11-07
1
-0
/
+5
|
*
Document the :module and :path options for the scope method.
Ryan Bigg
2010-11-07
1
-4
/
+13
|
*
Separate comments and examples with "Examples" header.
Ryan Bigg
2010-11-07
1
-0
/
+2
|
*
Fix where the documentation says "photos", but the example shows "posts" or "...
Ryan Bigg
2010-11-07
1
-4
/
+4
|
*
Add further documentation + examples for the get, post, put and delete method...
Ryan Bigg
2010-11-07
1
-1
/
+21
*
|
Add additional HTTP request methods from the following RFCs:
Andrew White
2010-11-02
1
-2
/
+3
|
/
*
Refactor resource action scope methods
Andrew White
2010-10-08
1
-38
/
+20
*
avoid method call to compact
Aaron Patterson
2010-10-04
1
-4
/
+4
*
Use .find here as it is simpler and faster.
José Valim
2010-09-30
1
-1
/
+1
*
avoid creating a block if possible
Aaron Patterson
2010-09-29
1
-2
/
+2
*
fixing regexp warnings
Aaron Patterson
2010-09-29
1
-1
/
+1
*
Don't try to interpolate string if there's no interpolation point at all.
Emilio Tagua
2010-09-29
1
-1
/
+1
*
Ensure that named routes do not overwrite previously defined routes.
José Valim
2010-09-29
1
-10
/
+13
*
Remove warning "too many arguments for format string" when interpolating with...
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Initialize @as before plural method is called.
Emilio Tagua
2010-09-27
1
-0
/
+1
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
1
-9
/
+9
*
Raise ArgumentError instead of normalizing controller name when there is a le...
Andrew White
2010-09-18
1
-1
/
+5
*
Remove leading slash from controller [#5651 state:resolved]
Andrew White
2010-09-18
1
-1
/
+1
*
Remove a few tests from old router that do not make sense with the new one.
José Valim
2010-09-05
1
-21
/
+3
*
Ported missing functionality from Rails 2.3.x, raise error on wrong regexps i...
Piotr Sarnacki
2010-09-05
1
-0
/
+9
*
raise error on invalid HTTP methods or :head passed with :via in routes
Piotr Sarnacki
2010-09-05
1
-0
/
+9
*
Implemented resources :foos, :except => :all option
Piotr Sarnacki
2010-09-05
1
-2
/
+11
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-6
/
+1
*
Implemented RouteSet#default_scope, which allows to set the scope for the ent...
Piotr Sarnacki
2010-09-03
1
-0
/
+6
*
Add Rails::Railtie.railtie_name method to allow setting custom name for railtie
Piotr Sarnacki
2010-09-03
1
-2
/
+7
*
Add mounted_helpers to routes
Piotr Sarnacki
2010-09-03
1
-2
/
+3
*
Routes refactoring:
Piotr Sarnacki
2010-09-03
1
-2
/
+1
*
Allow to generate Application routes inside Engine
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Use env['action_dispatch.routes'] to determine if we should generate prefix o...
Piotr Sarnacki
2010-09-03
1
-0
/
+27
[next]