index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
new_base
/
render_partial_test.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-3
/
+0
|
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-2
/
+2
|
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-3
/
+3
|
|
|
|
|
The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
*
Fix typos in AP: "overriden" => "overridden"
Carlos Antonio da Silva
2013-03-30
1
-11
/
+11
|
*
cleanup, remove trailing whitespace within actionpack
Yves Senn
2012-10-27
1
-1
/
+1
|
*
Get rid of update_details in favor of passing details to find_template.
José Valim
2011-09-22
1
-5
/
+5
|
*
#948 template_inheritance
artemave
2010-12-26
1
-1
/
+24
|
*
render :template => 'foo/bar.json' now works as it should.
José Valim
2010-10-07
1
-2
/
+15
|
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵
Santiago Pastorino
2010-08-14
1
-7
/
+7
|
|
|
|
's/[ \t]*$//' -i {} \;)
*
deOMGifying Railties, Active Support, and Action Pack
Mikel Lindsaar
2010-01-31
1
-2
/
+2
|
*
Redraw default routes on all internal integration tests. We don't need ↵
Joshua Peek
2009-10-03
1
-1
/
+1
|
|
|
|
SimpleRouteCase anymore
*
File extra test folders into controller, dispatch, or template
Joshua Peek
2009-10-03
1
-0
/
+27