aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
Commit message (Collapse)AuthorAgeFilesLines
* Point to current, official upgrade pluginov3y2011-08-131-2/+2
|
* Remove extra white spaces on guides.Sebastian Martinez2011-05-211-21/+21
|
* update plugin urls to reflect official maintainersVijay Dev2011-03-101-2/+2
|
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-4/+4
|
* indentation fixVijay Dev2010-12-231-9/+9
|
* Spanish for "project" is "proyecto"Xavier Noria2010-11-211-2/+2
|
* Spelling mistake: "Projecto" instead of "projeto"nosolopau2010-11-211-2/+2
|
* Remove beta and RC paths in documentationJoost Baaij2010-08-301-7/+3
|
* Fix typo, favour => favorJames Miller2010-08-251-14/+14
|
* amended rails upgrade plugin instructions to be rails 2.3.x compatible ↵paulccarey2010-07-291-3/+4
| | | | instead of former rails 3 format
* Added release notes for 3 changes to helpersJeff Dean2010-07-041-1/+3
|
* grammar fixesXavier Noria2010-06-111-1/+1
|
* abort generation/booting on Ruby 1.9.1Xavier Noria2010-06-101-2/+2
|
* Merge remote branch 'rails/master'Xavier Noria2010-06-081-0/+1
|\
| * Updating ActionMailer basics guide to have inline attachmentsMikel Lindsaar2010-06-071-0/+1
| |
* | getting started guide: mentions that last REE release does not have the bugs ↵Xavier Noria2010-06-071-1/+1
|/ | | | of MRI p248 and p249
* removes Array#random_element and backports Array#sample from Ruby 1.9, ↵Xavier Noria2010-06-051-0/+1
| | | | thanks to Marc-Andre Lafortune
* Updating guides to new rails initialization processMikel Lindsaar2010-06-041-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 Wadghule2010-05-131-0/+2
|
* Updates bundler information, now bundler has a homepageSantiago Pastorino2010-05-081-1/+1
|
* as changes named routes, path is the appropriate option in this caseSantiago Pastorino2010-04-291-1/+1
|
* release notes: updates path to the rails command in the Rails repoXavier Noria2010-04-271-1/+1
|
* the names of Rails components have a space, eg "Active Record"Xavier Noria2010-04-251-2/+2
|
* Needed to update release notes tooMikel Lindsaar2010-04-201-0/+2
|
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵Anil Wadghule2010-04-121-1/+1
| | | | significant places.
* release notes: updates instructions for installing the current betaXavier Noria2010-04-091-5/+1
|
* Fix 3_0_release_notes so it valides XHTML 1.0 StrictJaime Iniesta2010-04-061-4/+4
|
* minimal update to 3.0 release notes, will link to CHANGELOGS ultimatelyXavier Noria2010-04-051-0/+26
|
* normalizes titles of release notes guides, and adds them to the home pageXavier Noria2010-03-191-1/+1
|
* s/guides.rails.info/edgeguides.rubyonrails.org/ in a few places, and makes ↵Xavier Noria2010-03-191-1/+1
| | | | some links relative to work in either site
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-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::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
| |
* | release notes: minor edit passXavier Noria2010-03-111-2/+2
| |
* | Updating 3.0 release notes with cookie session store and secret changesMikel Lindsaar2010-03-111-3/+2
| |
* | Updated 3_0_release_notes so that it specifies that the rack-mount gem needs ↵Jaime Iniesta2010-03-041-1/+2
| | | | | | | | to be version 0.4
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-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 methodRomD2010-02-071-2/+2
| | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com>
| * fix usage examples and more to use new invocationsRomD2010-02-061-3/+3
| | | | | | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
| * Revert "Link to main Arel repository"Jeremy Kemper2010-02-051-2/+2
| | | | | | | | This reverts commit 203626867934a2772a5a3f096521b56d59273407.
| * Link to main Arel repositoryBryan Helmkamp2010-02-041-2/+2
| | | | | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
| * Copy over latest release notes from docrailsDavid Heinemeier Hansson2010-02-031-38/+110
| |
* | release notes: the following methods have resurrected: Class#reachable?, ↵Xavier Noria2010-02-101-2/+2
| | | | | | | | Object#subclasses_of, Class#subclasses, Class.subclasses_of
* | Adding link to the rails module articleNick Quaranto2010-02-071-2/+2
| |
* | release notes: Kernel#daemonize is gone after 299ab1fXavier Noria2010-02-061-0/+1
| |
* | Changed "before you it arrived" to "before it arrived"Mike Naberezny2010-02-051-1/+1
| |
* | Link to primary Arel repositoryBryan Helmkamp2010-02-051-1/+1
| |
* | Fixing usages of "it's" when referring to the possessive form of "it"Matt Duncan2010-02-051-3/+3
| |
* | Fix spelling in release notesMatt Duncan2010-02-051-2/+2
| |
* | Merge branch 'master' of github.com:lifo/docrailsMikel Lindsaar2010-02-061-9/+8
|\ \
| * | final touchXavier Noria2010-02-051-1/+1
| | |