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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-2
/
+2
*
Use fixed fonts only in the name of the parameter
Rafael Mendonça França
2015-01-29
1
-3
/
+3
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-37
/
+104
*
Preserve default url options when generating URLs
Tekin Suleyman
2015-01-28
1
-3
/
+4
*
Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect
Rafael Mendonça França
2015-01-28
1
-0
/
+5
|
\
|
*
Deprecate *_via_redirect integration test methods
Aditya Kapoor
2015-01-28
1
-0
/
+5
*
|
improve performance of integration tests.
Aaron Patterson
2015-01-27
1
-1
/
+8
|
/
*
Merge pull request #18483 from rono23/fix-name_for_action-in-routing
Santiago Pastorino
2015-01-19
1
-2
/
+3
|
\
|
*
Fix name_for_action in routing
rono23
2015-01-19
1
-2
/
+3
*
|
Extract `Date` header to string constant in Http Response, similar to other h...
Vipul A M
2015-01-14
1
-3
/
+4
|
/
*
Default headers, removed in controller actions, will not be reapplied to the ...
Jonas Baumann
2015-01-09
1
-0
/
+7
*
Changing sets -> set
Lindsey Bieda
2015-01-06
1
-1
/
+1
*
Remove some comments about Ruby 1.9 behaviors
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
3
-3
/
+0
*
Remove deprecated assertion files
Rafael Mendonça França
2015-01-04
3
-9
/
+0
*
Remove deprecated usage of string keys in URL helpers
Rafael Mendonça França
2015-01-04
1
-17
/
+1
*
Remove deprecated `only_path` option on `*_path` helpers
Rafael Mendonça França
2015-01-04
1
-28
/
+1
*
Remove deprecate `*_path` helpers in email views
Rafael Mendonça França
2015-01-04
1
-25
/
+4
*
Remove deprecated `NamedRouteCollection#helpers`
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
Remove deprecated support to define routes with `:to` option that
Rafael Mendonça França
2015-01-04
1
-17
/
+2
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
Remove deprecated `ActionDispatch::Request#deep_munge`
Rafael Mendonça França
2015-01-04
1
-9
/
+0
*
Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`
Rafael Mendonça França
2015-01-04
1
-8
/
+0
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
stop referencing `env` in url_for
Aaron Patterson
2014-12-30
1
-0
/
+4
*
use methods on the request rather than direct hash access
Aaron Patterson
2014-12-30
1
-0
/
+8
*
Fix form_for to work with objects that implement to_model
Travis Grathwell
2014-12-29
1
-5
/
+6
*
Move longer form example from integration guide to api reference, below an
Zachary Scott
2014-12-29
1
-0
/
+78
*
Remove ActionController::ModelNaming
claudiob
2014-12-25
1
-4
/
+0
*
- Removed unused parameter to cookie serialize method and fixed usage of the ...
Vipul A M
2014-12-24
1
-4
/
+4
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-12-20
1
-0
/
+109
|
\
|
*
Add docs for ActionDispatch::Http::URL methods
claudiob
2014-12-18
1
-0
/
+109
*
|
allow reseting of request variants
Timo Schilling
2014-12-16
1
-1
/
+2
*
|
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-4
/
+0
|
/
*
Merge pull request #18022 from agrobbin/url-helpers-optional-scopes
Santiago Pastorino
2014-12-13
1
-1
/
+1
|
\
|
*
allow URL helpers to work with optional scopes
Alex Robbin
2014-12-13
1
-1
/
+1
*
|
ParameterFilter shouldn't try to dup symbol keys
Nate Berkopec
2014-12-13
1
-1
/
+1
|
/
*
Fix handling of positional url helper arguments when format is false
Tatiana Soukiassian
2014-12-13
1
-2
/
+8
*
Only check that it is a Rails application once
Rafael Mendonça França
2014-12-08
1
-5
/
+7
*
Mounted Rack apps should have default named routes based on app name
T.J. Schuck
2014-12-06
1
-3
/
+10
*
remove unused `#optional_parts`
Sergey Alekseev
2014-12-05
1
-4
/
+0
*
remove unused `#generalized_table`
Sergey Alekseev
2014-12-05
1
-45
/
+0
*
We don't need to call to_sym. Just compare the string
Rafael Mendonça França
2014-12-04
1
-1
/
+1
*
Merge pull request #17792 from rockrep/master
Rafael Mendonça França
2014-12-04
1
-1
/
+1
|
\
|
*
allow 'all' for :domain option in addition to :all
rockrep
2014-11-26
1
-1
/
+1
*
|
Action View is needed for DebugExceptions
Rafael Mendonça França
2014-12-02
1
-0
/
+2
*
|
Merge pull request #17873 from kirs/refactor-debug-erb
Rafael Mendonça França
2014-12-02
3
-23
/
+31
|
\
\
|
*
|
Refactor debug view
Kir Shatrov
2014-12-02
3
-23
/
+31
*
|
|
Merge pull request #17862 from lucasmazza/lm-hide-action
Rafael Mendonça França
2014-12-02
1
-0
/
+2
|
/
/
*
|
Merge pull request #17827 from rkh/rkh-fix-or-pattern
Aaron Patterson
2014-12-01
1
-0
/
+5
|
\
\
[next]