Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added release notes for 3 changes to helpers | Jeff Dean | 2010-07-04 | 1 | -1/+3 |
| | |||||
* | grammar fixes | Xavier Noria | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | abort generation/booting on Ruby 1.9.1 | Xavier Noria | 2010-06-10 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-06-08 | 1 | -0/+1 |
|\ | |||||
| * | Updating ActionMailer basics guide to have inline attachments | Mikel Lindsaar | 2010-06-07 | 1 | -0/+1 |
| | | |||||
* | | getting started guide: mentions that last REE release does not have the bugs ↵ | Xavier Noria | 2010-06-07 | 1 | -1/+1 |
|/ | | | | of MRI p248 and p249 | ||||
* | removes Array#random_element and backports Array#sample from Ruby 1.9, ↵ | Xavier Noria | 2010-06-05 | 1 | -0/+1 |
| | | | | thanks to Marc-Andre Lafortune | ||||
* | Updating guides to new rails initialization process | Mikel Lindsaar | 2010-06-04 | 1 | -3/+3 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Updated 3.0 release notes guide to inform issues with unsupported Ruby versions. | Anil Wadghule | 2010-05-13 | 1 | -0/+2 |
| | |||||
* | Updates bundler information, now bundler has a homepage | Santiago Pastorino | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | as changes named routes, path is the appropriate option in this case | Santiago Pastorino | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | release notes: updates path to the rails command in the Rails repo | Xavier Noria | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | the names of Rails components have a space, eg "Active Record" | Xavier Noria | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | Needed to update release notes too | Mikel Lindsaar | 2010-04-20 | 1 | -0/+2 |
| | |||||
* | Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵ | Anil Wadghule | 2010-04-12 | 1 | -1/+1 |
| | | | | significant places. | ||||
* | release notes: updates instructions for installing the current beta | Xavier Noria | 2010-04-09 | 1 | -5/+1 |
| | |||||
* | Fix 3_0_release_notes so it valides XHTML 1.0 Strict | Jaime Iniesta | 2010-04-06 | 1 | -4/+4 |
| | |||||
* | minimal update to 3.0 release notes, will link to CHANGELOGS ultimately | Xavier Noria | 2010-04-05 | 1 | -0/+26 |
| | |||||
* | normalizes titles of release notes guides, and adds them to the home page | Xavier Noria | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | s/guides.rails.info/edgeguides.rubyonrails.org/ in a few places, and makes ↵ | Xavier Noria | 2010-03-19 | 1 | -1/+1 |
| | | | | some links relative to work in either site | ||||
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-03-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/base.rb railties/lib/rails/configuration.rb railties/lib/rails/log_subscriber.rb | ||||
| * | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -1/+1 |
| | | |||||
* | | release notes: minor edit pass | Xavier Noria | 2010-03-11 | 1 | -2/+2 |
| | | |||||
* | | Updating 3.0 release notes with cookie session store and secret changes | Mikel Lindsaar | 2010-03-11 | 1 | -3/+2 |
| | | |||||
* | | Updated 3_0_release_notes so that it specifies that the rack-mount gem needs ↵ | Jaime Iniesta | 2010-03-04 | 1 | -1/+2 |
| | | | | | | | | to be version 0.4 | ||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-14 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README | ||||
| * | fix ambiguous example for new invocation method | RomD | 2010-02-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
| * | Revert "Link to main Arel repository" | Jeremy Kemper | 2010-02-05 | 1 | -2/+2 |
| | | | | | | | | This reverts commit 203626867934a2772a5a3f096521b56d59273407. | ||||
| * | Link to main Arel repository | Bryan Helmkamp | 2010-02-04 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Copy over latest release notes from docrails | David Heinemeier Hansson | 2010-02-03 | 1 | -38/+110 |
| | | |||||
* | | release notes: the following methods have resurrected: Class#reachable?, ↵ | Xavier Noria | 2010-02-10 | 1 | -2/+2 |
| | | | | | | | | Object#subclasses_of, Class#subclasses, Class.subclasses_of | ||||
* | | Adding link to the rails module article | Nick Quaranto | 2010-02-07 | 1 | -2/+2 |
| | | |||||
* | | release notes: Kernel#daemonize is gone after 299ab1f | Xavier Noria | 2010-02-06 | 1 | -0/+1 |
| | | |||||
* | | Changed "before you it arrived" to "before it arrived" | Mike Naberezny | 2010-02-05 | 1 | -1/+1 |
| | | |||||
* | | Link to primary Arel repository | Bryan Helmkamp | 2010-02-05 | 1 | -1/+1 |
| | | |||||
* | | Fixing usages of "it's" when referring to the possessive form of "it" | Matt Duncan | 2010-02-05 | 1 | -3/+3 |
| | | |||||
* | | Fix spelling in release notes | Matt Duncan | 2010-02-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Mikel Lindsaar | 2010-02-06 | 1 | -9/+8 |
|\ \ | |||||
| * | | final touch | Xavier Noria | 2010-02-05 | 1 | -1/+1 |
| | | | |||||
| * | | release notes: quick copy-editing pass to the section about Action Mailer | Xavier Noria | 2010-02-05 | 1 | -4/+4 |
| | | | |||||
| * | | release notes: put removals to Regexp in the same list item, grouped as the rest | Xavier Noria | 2010-02-05 | 1 | -2/+1 |
| | | | |||||
| * | | release notes: adds a missing period | Xavier Noria | 2010-02-05 | 1 | -1/+1 |
| | | | |||||
| * | | Added rack and i18n to the list of dependencies | Anuj Dutta | 2010-02-05 | 1 | -2/+2 |
| | | | |||||
* | | | Left off the map variable, spotted by Johan Andersson | Mikel Lindsaar | 2010-02-06 | 1 | -1/+1 |
|/ / | |||||
* | | Added note on pre-release install | Mikel Lindsaar | 2010-02-05 | 1 | -0/+11 |
| | | |||||
* | | typography detail in release notes | Xavier Noria | 2010-02-04 | 1 | -1/+1 |
| | | |||||
* | | Add rails --dev to release notes | Pratik Naik | 2010-02-04 | 1 | -8/+5 |
| | | |||||
* | | Updates bundler information : Yahuda's blog post is now too old... | slainer68 | 2010-02-04 | 1 | -2/+2 |
| | | |||||
* | | Tweaks | David Heinemeier Hansson | 2010-02-03 | 1 | -31/+19 |
| | |