[Rails logo]
Rails commits

RevisionAuthorDateDescription
9250santana03 May 2008 00:35:26

* simplifications, thanks to Ruby/Informix 0.7.1
* 'immediate' replaces 'execute' in some cases
* copyright extended

9249santana03 May 2008 00:29:05

Dependency updated to Ruby/Informix 0.7.1

9248rick10 Apr 2008 14:06:05

Change validates_uniqueness_of :case_sensitive option default back to true (from [9160]). Love your database columns, don't LOWER them. [rick]

9247pratik10 Apr 2008 09:48:43

Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy]

9246josh10 Apr 2008 00:51:55

Fixed OpenID file store class and safely fallback if there is no root_url. Closes #11559. [markpercival]

9245rick09 Apr 2008 12:24:32

Require rubygems if needed when initializing GemDependency instances

9244rick09 Apr 2008 12:20:15

Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi]

9243rick08 Apr 2008 01:20:33

ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 [kamal]

9242rick08 Apr 2008 01:05:54

Automatically parse posted JSON content for Mime::JSON requests. [rick]

9241rick08 Apr 2008 00:52:01

add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick]

9240rick08 Apr 2008 00:21:32

Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick]

9239rick07 Apr 2008 23:47:08

set ActiveSupport.escape_html_entities_in_json = false for new rails apps

9238rick07 Apr 2008 23:45:26

Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick]