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
Santiago Pastorino 9987a00738 action_view/safe_buffer is no longer valid
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
2010-01-31 21:55:41 -08:00
actionmailer Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
actionpack action_view/safe_buffer is no longer valid 2010-01-31 21:55:41 -08:00
activemodel Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
activerecord Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
activeresource Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
activesupport For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
arel@0faeb50474 Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler 2009-11-16 12:30:06 -08:00
ci Update the Ci build script 2010-01-31 20:18:13 -08:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Update the generated Gemfile and config/boot.rb to work with bundler 0.9 2010-01-31 19:48:42 -08: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 Set a good example, no system ignores in project ignore file 2010-01-13 20:26:01 -06:00
.gitmodules Remove rack submodule, 1.1 has been released as a gem. 2010-01-04 10:09:10 -06:00
Gemfile Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
load_paths.rb Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
rails.gemspec Have rails depend on bundler 2010-01-31 19:35:11 -08:00
Rakefile Bump arel dependency to 0.2.0 from 0.2.pre 2010-01-31 18:42:41 -08:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00