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
Michael Koziarski cc1ad46ead Add a read-only method which plugin authors can use to determine if xss escaping.
This doesn't provide a way to turn off the escaping, but alternative template engine authors
can figure out what their default should be by calling this.  Avoids a messy version + plugin check.
2009-10-15 17:22:50 +13:00
actionmailer Don't push siblings on load path if using bundled env 2009-10-14 20:59:45 -07:00
actionpack Add a read-only method which plugin authors can use to determine if xss escaping. 2009-10-15 17:22:50 +13:00
activemodel Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
activerecord Merge branch 'arel' 2009-10-14 19:32:09 -07:00
activeresource Fix tests 2009-10-14 14:47:11 -07:00
activesupport Explicitly require logger 2009-10-14 18:03:07 -07:00
ci CI bundles Active Record dependencies before running (pulls in Arel) 2009-10-14 19:36:55 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Have Rails.root be based off of config.ru 2009-10-14 16:40:25 -07: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 don't ignore all bin directories 2009-10-06 15:53:25 +13:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Add rake gemspec and gemspecs to the repo 2009-08-31 17:20:44 -07:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00