| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 9250 | santana | 03 May 2008 00:35:26 | * simplifications, thanks to Ruby/Informix 0.7.1
|
| 9249 | santana | 03 May 2008 00:29:05 | Dependency updated to Ruby/Informix 0.7.1 |
| 9248 | rick | 10 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] |
| 9247 | pratik | 10 Apr 2008 09:48:43 | Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy] |
| 9246 | josh | 10 Apr 2008 00:51:55 | Fixed OpenID file store class and safely fallback if there is no root_url. Closes #11559. [markpercival] |
| 9245 | rick | 09 Apr 2008 12:24:32 | Require rubygems if needed when initializing GemDependency instances |
| 9244 | rick | 09 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] |
| 9243 | rick | 08 Apr 2008 01:20:33 | ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 [kamal] |
| 9242 | rick | 08 Apr 2008 01:05:54 | Automatically parse posted JSON content for Mime::JSON requests. [rick] |
| 9241 | rick | 08 Apr 2008 00:52:01 | add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick] |
| 9240 | rick | 08 Apr 2008 00:21:32 | Don't require rails/gem_builder during rails initialization, it's only needed for the gems:build task. [rick] |
| 9239 | rick | 07 Apr 2008 23:47:08 | set ActiveSupport.escape_html_entities_in_json = false for new rails apps |
| 9238 | rick | 07 Apr 2008 23:45:26 | Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] |