1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Joshua Peek c50b03b754 Add :concat option to asset tag helpers to force concatenation.
This is useful for working around IE's stylesheet limit.

  stylesheet_link_tag :all, :concat => true
2009-06-15 10:23:23 -05:00
actionmailer Simplify helper use of ActiveSupport::Dependencies, and use super better for in #helpers 2009-06-10 12:15:30 -07:00
actionpack Add :concat option to asset tag helpers to force concatenation. 2009-06-15 10:23:23 -05:00
activemodel Move observing notify helper into AMo 2009-06-11 13:41:48 -05:00
activerecord uses Object#metaclass and Object#class_eval in a few spots 2009-06-12 16:14:06 -07:00
activeresource Prefer JSON.encode(value) to value.to_json 2009-06-08 19:37:52 -07:00
activesupport moves reopening of core classes to add generic stuff from Action Pack to AS/core_ext and adds tests 2009-06-13 15:01:14 -07:00
ci Upgrade CI server to latest RubyGems [#2665 state:resolved] 2009-05-19 12:50:26 +02:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Fix incorrect specification path in GemDependency#from_directory_name 2009-06-10 09:57:58 +12:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Merge branch 'master' into active_model 2009-04-22 15:26:03 +01:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Report errors in 'all project' rake tasks [#2224 state:resolved] 2009-05-18 11:13:51 +02:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00