Ruby on Rails
Go to file
Bernardo de Pádua a4090bca6a NumberHelper methods should now return html_safe strings (when the inputs are valid numbers or are html_safe). Also adds :raise => true (used internaly) to make the number helpers throw InvalidNumberError when the given number is invalid.
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-03-22 21:19:49 +01:00
actionmailer Fix ActionMailer test issues 2010-03-22 10:00:03 -07:00
actionpack NumberHelper methods should now return html_safe strings (when the inputs are valid numbers or are html_safe). Also adds :raise => true (used internaly) to make the number helpers throw InvalidNumberError when the given number is invalid. 2010-03-22 21:19:49 +01:00
activemodel cleaning up a bunch of method already defined warnings [#4209 state:resolved] 2010-03-17 13:56:33 -07:00
activerecord From and lock should be defined to be consistent with other ivars. Limit and offset are always defined, no need to test that. 2010-03-22 11:48:39 -07:00
activeresource added require abstract_unit on setter_trap.rb 2010-03-18 11:32:51 -07:00
activesupport Remove test ordering bug 2010-03-22 10:00:04 -07:00
ci While isolated tests are useful, they take far too long to run for us to be getting useful information from CI. Perhaps another box that runs the isolated tests every 3 hours (instead of per commit) 2010-03-18 11:37:04 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Controller generators should use routes shortcut. 2010-03-22 21:07:37 +01: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 Remove bin dir from .gitignore 2010-02-26 08:09:09 -08:00
Gemfile db group makes more sense here 2010-03-22 02:55:28 -03:00
RAILS_VERSION Read Rails version from a file instead of modifying the load path and doing requires 2010-03-04 21:25:52 -08:00
Rakefile Require AP::VERSION in order to install gems. 2010-03-10 14:32:02 +01:00
load_paths.rb Define Bundler constant stub if bundler gem is not installed 2010-02-28 18:34:57 -06:00
rails.gemspec Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -08:00
rails3b.gemspec Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
version.rb Add `rake update_versions` task at root for quickly updating all components 2010-03-02 00:32:41 -05:00