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
/
url_rewriter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweaks to integration tests and url rewriter for further compatibility with n...
Jamis Buck
2006-06-01
1
-1
/
+1
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-27
/
+2
*
Symbolize the keys of overwritten parameters. Really closes #1909.
Nicholas Seckar
2005-09-07
1
-1
/
+1
*
Fix overwrite params. Closes #1909
Nicholas Seckar
2005-09-06
1
-0
/
+4
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-4
/
+9
*
Fix last changeset to pass unittests
Nicholas Seckar
2005-07-18
1
-5
/
+5
*
Fixed construction of get parameters for arrays
Nicholas Seckar
2005-07-18
1
-14
/
+10
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
1
-1
/
+0
*
Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...
David Heinemeier Hansson
2005-06-24
1
-11
/
+9
*
Fixed page caching for non-vhost applications living underneath the root #100...
David Heinemeier Hansson
2005-04-17
1
-2
/
+2
*
Fixed :overwrite_param so it doesn't delete but reject elements from @request...
David Heinemeier Hansson
2005-04-02
1
-1
/
+1
*
Added :owerwrite_params back to url_for and friends -- it was AWL since the i...
David Heinemeier Hansson
2005-03-27
1
-1
/
+8
*
Whitespace flicker
David Heinemeier Hansson
2005-03-26
1
-1
/
+0
*
Added trailing_slash option to url_for, so you can generate urls ending in a ...
David Heinemeier Hansson
2005-03-26
1
-1
/
+2
*
Removed old UrlWriter methods that are no longer in use after Routes #942
David Heinemeier Hansson
2005-03-26
1
-45
/
+4
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
1
-3
/
+4
*
Added to_param call for parameters when composing an url using url_for from s...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Removed unused methods in url_rewriting.rb #701
David Heinemeier Hansson
2005-02-24
1
-36
/
+2
*
Redirects to root should be / not ""
David Heinemeier Hansson
2005-02-21
1
-0
/
+1
*
Never end generated paths with a '/' #683
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-74
/
+22
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-12
/
+11
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-11
/
+12
*
Fixed whitespace
David Heinemeier Hansson
2005-02-11
1
-7
/
+8
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added :application_prefix to url_for and friends that makes it easier to setu...
David Heinemeier Hansson
2005-01-24
1
-1
/
+2
*
Added arrays as a value option for params in url_for and friends #467 [Eric A...
David Heinemeier Hansson
2005-01-13
1
-1
/
+6
*
Fixed url rewriter confusion when the controller or action name was a substri...
David Heinemeier Hansson
2005-01-12
1
-2
/
+2
*
Fixed url rewriter confusion when the controller name was a substring of the ...
David Heinemeier Hansson
2005-01-12
1
-2
/
+5
*
Fixed redirects when the controller and action is named the same. Still haven...
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Added :host and :protocol options to url_for and friends to redirect to anoth...
David Heinemeier Hansson
2004-12-23
1
-3
/
+3
*
Added the option of passing false to :module or :controller_prefix in order t...
David Heinemeier Hansson
2004-12-13
1
-4
/
+14
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+170