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_view
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
render :once, YAGNI.
José Valim
2011-04-15
2
-32
/
+0
*
|
|
Remove the ability for engines to serve assets from the public directory.
José Valim
2011-04-15
1
-3
/
+0
*
|
|
attribute should be attributes
José Valim
2011-04-14
1
-1
/
+1
*
|
|
Edited actionpack/lib/action_view/helpers/form_helper.rb via GitHub
José Valim
2011-04-14
1
-2
/
+3
|
|
/
|
/
|
*
|
ActionView::PathSet# accepts String or Array
David Chelimsky
2011-04-13
1
-0
/
+1
*
|
renames response_from_page_or_rjs -> response_from_page, and extracts the RJS...
Xavier Noria
2011-04-13
1
-1
/
+1
*
|
removes a remaining reference to .rjs in template resolver's RDoc
Xavier Noria
2011-04-13
1
-1
/
+1
*
|
removes RJS documentation from AV::Base
Xavier Noria
2011-04-13
1
-25
/
+1
*
|
removes debug_rjs from ActionView::Base
Xavier Noria
2011-04-13
1
-5
/
+0
*
|
removes render :update from views
Xavier Noria
2011-04-13
1
-3
/
+0
*
|
removes ActionView::Helpers::PrototypeHelper
Xavier Noria
2011-04-13
3
-856
/
+0
*
|
removes ActionView::Helpers::ScriptaculousHelper
Xavier Noria
2011-04-13
4
-299
/
+2
*
|
removes the RJS template handler
Xavier Noria
2011-04-13
2
-15
/
+0
*
|
let the default function in button_to_function be nil
Xavier Noria
2011-04-13
1
-1
/
+1
*
|
applies API guidelines to example
Xavier Noria
2011-04-13
1
-2
/
+2
*
|
removes support for RJS in button_to_function
Xavier Noria
2011-04-13
1
-25
/
+7
*
|
removes support for RJS in link_to_function
Xavier Noria
2011-04-13
1
-44
/
+9
*
|
jQuery is the new default
Xavier Noria
2011-04-13
2
-59
/
+71
*
|
Aligning comments
Matt Duncan
2011-04-13
1
-1
/
+1
*
|
Fixing distance_of_time_in_words range near 2 days
Matt Duncan
2011-04-13
1
-5
/
+5
*
|
Merge branch 'master' into sprockets
Joshua Peek
2011-04-12
8
-17
/
+22
|
\
|
|
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-04-12
1
-1
/
+4
|
|
\
|
|
*
Merge branch 'master' of github.com:lifo/docrails
Ryan Bigg
2011-04-05
6
-10
/
+10
|
|
|
\
|
|
*
|
Correct documentation on url_for. It doesn't call to_s, but rather to_param
Ryan Bigg
2011-04-05
1
-1
/
+4
|
*
|
|
Make csrf_meta_tags use the tag helper
James Robinson
2011-04-08
1
-4
/
+6
|
*
|
|
do not return html safe strings from auto_link
Aaron Patterson
2011-04-05
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
s/ERb/ERB/g
Akira Matsuda
2011-04-03
6
-10
/
+10
|
|
/
*
|
Merge branch 'master' into sprockets
Joshua Peek
2011-03-30
3
-4
/
+20
|
\
|
|
*
fixes a couple of regexps, the suite showed warnings about them
Xavier Noria
2011-03-27
1
-2
/
+2
|
*
Fix alias_method, add test
David Heinemeier Hansson
2011-03-27
1
-1
/
+1
|
*
Allow FormHelper#form_for to specify the :method as a direct option instead o...
David Heinemeier Hansson
2011-03-26
1
-2
/
+13
|
*
Make JavaScriptHelper#j() an alias for JavaScriptHelper#escape_javascript() -...
David Heinemeier Hansson
2011-03-26
1
-0
/
+5
*
|
Seperate asset directories
Joshua Peek
2011-03-29
1
-1
/
+3
*
|
Change back to /assets prefix
Joshua Peek
2011-03-29
1
-2
/
+2
*
|
Only add fingerprints if perform_caching is on
Joshua Peek
2011-03-29
1
-1
/
+1
*
|
Use sprockets helpers if config.use_sprockets is set
Joshua Peek
2011-03-29
2
-6
/
+22
*
|
Tests for SprocketsHelper
Joshua Peek
2011-03-29
1
-5
/
+11
*
|
Update sprockets path generation method
Joshua Peek
2011-03-28
1
-1
/
+1
*
|
Add SprocketsHelper
Joshua Peek
2011-03-28
2
-0
/
+79
*
|
Remove sprockets exception from main asset helpers
Joshua Peek
2011-03-28
2
-20
/
+0
*
|
Add sprockets md5s to asset tags
Joshua Peek
2011-03-22
2
-0
/
+20
|
/
*
Improved resolver docs a bit
José Valim
2011-03-19
1
-2
/
+10
*
[action_view] docs for FileSystemResolver
Chris Kowalik
2011-03-20
1
-2
/
+30
*
[action_view] added custom patterns to template resolver
Chris Kowalik
2011-03-20
2
-24
/
+55
*
fixes an issue with number_to_human when converting values which are less tha...
Josh Kalderimis
2011-03-16
1
-1
/
+1
*
Add additional text to NotImplementedErrors [#6328 state:resolved]
Mike Gehard
2011-03-12
1
-1
/
+1
*
Filter params that return nil for to_param and allow through false values
Andrew White
2011-03-09
1
-1
/
+0
*
test/unit in ruby trunk adds a new instance variable. YAY!
Aaron Patterson
2011-03-08
1
-0
/
+1
*
more "SSL everywhere" for GitHub URLs
Akira Matsuda
2011-03-07
1
-1
/
+1
*
fix typos
Akira Matsuda
2011-03-07
1
-2
/
+2
[prev]
[next]