Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 3.2.8 | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
* | Add release date to CHANGELOGs | Santiago Pastorino | 2012-08-09 | 1 | -1/+1 |
* | Bump to 3.2.8.rc2 | Santiago Pastorino | 2012-08-03 | 1 | -1/+1 |
* | Bump to 3.2.8.rc1 | Santiago Pastorino | 2012-08-01 | 1 | -2/+2 |
* | Add missing CHANGELOG entries | Santiago Pastorino | 2012-08-01 | 1 | -2/+6 |
* | updating release date | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
* | bumping to 3.2.7 | Aaron Patterson | 2012-07-26 | 1 | -1/+1 |
* | updating the version | Aaron Patterson | 2012-07-23 | 1 | -2/+2 |
* | updating changelogs | Aaron Patterson | 2012-07-23 | 1 | -0/+4 |
* | updating changelogs | Aaron Patterson | 2012-06-12 | 1 | -1/+1 |
* | bumping version numbers | Aaron Patterson | 2012-06-11 | 1 | -1/+1 |
* | updating changelogs | Aaron Patterson | 2012-06-11 | 1 | -0/+4 |
* | Add release date of 3.2.5 on the CHANGELOG | Rafael Mendonça França | 2012-06-01 | 1 | -0/+6 |
* | bumping to 3.2.5 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
* | bumping to 3.2.4 | Aaron Patterson | 2012-05-31 | 1 | -1/+1 |
* | updating changelogs | Aaron Patterson | 2012-05-31 | 1 | -0/+4 |
* | bumping to 3.2.4.rc1 | Aaron Patterson | 2012-05-28 | 1 | -2/+2 |
* | Make sure TimeoutError is loaded. | Yury Velikanau | 2012-05-10 | 2 | -1/+1 |
* | Add release data to Rails 3.2.3 | Rafael Mendonça França | 2012-04-30 | 1 | -1/+1 |
* | ARes URL should be pointed to 3-2-stable tree not master. | Arun Agrawal | 2012-04-23 | 1 | -1/+1 |
* | README fix! [skip ci] | Arun Agrawal | 2012-04-10 | 1 | -2/+2 |
* | Bump up to 3.2.3 | Santiago Pastorino | 2012-03-30 | 1 | -1/+1 |
* | Bumping to 3.2.3.rc2 | Santiago Pastorino | 2012-03-29 | 1 | -1/+1 |
* | Bumping to 3.2.3.rc1 | Santiago Pastorino | 2012-03-27 | 1 | -2/+2 |
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -0/+2 |
* | update changelogs for gems without changes too [ci skip] | Vijay Dev | 2012-03-09 | 1 | -0/+8 |
* | bumping to 3.2.2 | Aaron Patterson | 2012-03-01 | 1 | -1/+1 |
* | updating RAILS_VERSION | Aaron Patterson | 2012-02-22 | 1 | -2/+2 |
* | fixes whitespace in CHANGELOG entries | Xavier Noria | 2012-01-26 | 1 | -1/+1 |
* | updating RAILS_VERSION | Xavier Noria | 2012-01-26 | 1 | -1/+1 |
* | CHANGELOG revision for v3.2.1 | Xavier Noria | 2012-01-26 | 1 | -0/+5 |
* | Merge pull request #4673 from carlosantoniodasilva/validation-guides-update-3-2 | Vijay Dev | 2012-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Change ActiveRecord::Errors to ActiveModel::Errors in guides | Carlos Antonio da Silva | 2012-01-25 | 1 | -1/+1 |
* | | Preparing for 3.2.0 release | David Heinemeier Hansson | 2012-01-20 | 2 | -2/+2 |
|/ | |||||
* | Bump to rc2 | Santiago Pastorino | 2012-01-04 | 1 | -1/+1 |
* | fix base64 requires | Sergey Nartimov | 2012-01-03 | 1 | -0/+1 |
* | deprecate ActiveSupport::Base64 | Sergey Nartimov | 2012-01-03 | 1 | -8/+8 |
* | Party like its R-C-UNO! | David Heinemeier Hansson | 2011-12-19 | 1 | -1/+1 |
* | fix bad nodocs | Vijay Dev | 2011-12-01 | 1 | -11/+21 |
* | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 1 | -2/+2 |
* | fix deprecation warnings in activeresource | lest | 2011-11-30 | 2 | -27/+25 |
* | Fix missing single quote that was messing up syntax highlighting. | Robert Ross | 2011-11-21 | 1 | -1/+1 |
* | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
* | Convert CHANGELOGs to Markdown format. | Jon Leighton | 2011-11-04 | 2 | -337/+334 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-10-14 | 1 | -0/+8 |
|\ | |||||
| * | improved ActiveResource's .element_path and .new_element_path methods documen... | Diego Carrion | 2011-10-13 | 1 | -0/+8 |
* | | Fix version number in CHANGELOG | Jeremy Kemper | 2011-10-11 | 1 | -1/+1 |
* | | Treat 303 See Other as a redirect response, too | Jeremy Kemper | 2011-10-11 | 4 | -6/+29 |
* | | activeresource should treat HTTP status 307 as redirection, same as 301 and 3... | Jim Herzberg | 2011-10-11 | 3 | -3/+12 |
|/ | |||||
* | Provide read_attribute_for_serialization as the API to serialize attributes. | José Valim | 2011-09-30 | 1 | -0/+4 |