Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the guides and CHANGELOG | Rafael Mendonça França | 2012-03-17 | 1 | -0/+2 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -0/+2 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Fix my name in the CHANGELOG to follow the convention | Rafael Mendonça França | 2012-03-09 | 1 | -0/+5 |
| | | | | Also add missing entries and use the formating convention | ||||
* | Add release dates to documentation | claudiob | 2012-03-01 | 1 | -2/+2 |
| | | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12 | ||||
* | Update changelogs with rails 3.0-stable branch info | Paco Guzman | 2012-02-25 | 1 | -1/+51 |
| | |||||
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to ↵ | Xavier Noria | 2012-02-24 | 1 | -5/+0 |
| | | | | the update action of resources | ||||
* | updates CHANGELOGs to register changes in 002713c | Xavier Noria | 2012-02-22 | 1 | -0/+5 |
| | |||||
* | Allow to set custom console type with Rails.application.config.console= | Piotr Sarnacki | 2012-02-16 | 1 | -0/+12 |
| | | | | | | | | | | | | | This patch adds ability to set custom console if you want to use something other than IRB. Previously the hack that people used was: silence_warnings do require 'pry' IRB = Pry end which is not the best way to customize things. | ||||
* | Add convenience method to hide a generator from the available ones | Carlos Antonio da Silva | 2012-02-03 | 1 | -0/+3 |
| | | | | | | It is usually useful to be able to hide a generator when running rails generate command. Such generators might be used only to dry up generators code and shouldn't be available to end users. | ||||
* | Add release date of Rails 3.2.0 to documentation | claudiob | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Use content_tag_for with array by default on scaffold. | José Valim | 2012-01-26 | 1 | -1/+3 |
| | |||||
* | Update railties 3.2.0 changelog | Guillermo Iguaran | 2012-01-12 | 1 | -2/+5 |
| | |||||
* | Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3 | Karunakar (Ruby) | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -0/+6 |
| | |||||
* | Merge pull request #4150 from Karunakar/new_PR | Santiago Pastorino | 2011-12-26 | 1 | -1/+1 |
|\ | | | | | change Log | ||||
| * | change Log | Karunakar (Ruby) | 2011-12-24 | 1 | -1/+1 |
| | | |||||
* | | Mip Earson -> Michael Pearson in changelog. | Michael Pearson | 2011-12-26 | 1 | -1/+1 |
| | | |||||
* | | fixes credit in changelog entry | Xavier Noria | 2011-12-25 | 1 | -1/+1 |
| | | |||||
* | | registers guide generation for the Kindle and Kindle apps in the Changelog | Xavier Noria | 2011-12-25 | 1 | -0/+2 |
| | | |||||
* | | Update CHANGELOGs | José Valim | 2011-12-24 | 1 | -0/+2 |
|/ | |||||
* | rails version order fixed and formatted in railties changelog | Josef Šimánek | 2011-12-21 | 1 | -13/+13 |
| | |||||
* | Update CHANGELOGs and guides. | José Valim | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -4/+3 |
| | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3 | ||||
* | fix typo in railties changelog | Vijay Dev | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | revises some details in the previous explain patch | Xavier Noria | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | implements automatic EXPLAIN logging for slow queries | Xavier Noria | 2011-12-02 | 1 | -1/+6 |
| | |||||
* | Split and improve show and debug exceptions middlewares. | José Valim | 2011-12-01 | 1 | -2/+4 |
| | |||||
* | Revert the serializers API as other alternatives are now also under discussion | José Valim | 2011-11-25 | 1 | -2/+0 |
| | |||||
* | Display mounted engines in `rake routes` by default | Piotr Sarnacki | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'serializers' | José Valim | 2011-11-25 | 1 | -7/+9 |
|\ | | | | | | | | | | | | | | | | | This implements the ActiveModel::Serializer object. Includes code, tests, generators and guides. From José and Yehuda with love. Conflicts: railties/CHANGELOG.md | ||||
| * | Add docs to serializers. Update CHANGELOGs. | José Valim | 2011-11-25 | 1 | -5/+7 |
| | | |||||
* | | Allow to display engine's routes when running `rake routes ENGINES=true` | Piotr Sarnacki | 2011-11-24 | 1 | -2/+5 |
| | | |||||
* | | Forgot to add CHANGELOG entry for config.railties_order | Piotr Sarnacki | 2011-11-24 | 1 | -0/+4 |
|/ | |||||
* | Sync CHANGELOGs from 3-1-stable | Jon Leighton | 2011-11-14 | 1 | -0/+10 |
| | |||||
* | Convert CHANGELOGs to Markdown format. | Jon Leighton | 2011-11-04 | 1 | -0/+2390 |
Reasons: * Markdown reads well as plain text, but can also be formatted. * It will make it easier for people to read on the web as Github formats the Markdown nicely. * It will encourage a level of consistency when people are writing CHANGELOG entries. The script used to perform the conversion is at https://gist.github.com/1339263 |