aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
* minor doc reword. Upgrade Rails itself not to Rails. [ci skip]Yves Senn2013-12-171-3/+3
| | | | /cc @chancancode
* [ci skip] typo in ArgumentError exceptionPeter Vandenabeele2013-11-161-1/+1
|
* Update 4_0_release_notes.mdHarshad Sabne2013-10-221-2/+2
| | | Code Highlighted
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-6/+6
|\
| * 4.0 Release notes should point to 4.0 ChangelogVipul A M2013-09-031-6/+6
| |
* | Update 4_0_release_notes.mdHarshad Sabne2013-09-121-3/+3
| | | | | | Active support --> Deprecations Code highlighted.
* | Adjusting 4.0 release notes to show more appropriate replacements for ↵Brock Trappitt2013-09-011-3/+3
|/ | | | dynamic finders [ci skip]
* added String#to_date documentation to Rails 4 upgrade guideJeff Dean2013-08-061-0/+13
| | | | [ci skip]
* Update note about declarative etags in release notesGuillermo Iguaran2013-07-211-1/+1
|
* Improve comment about ActiveModel::ModelGuillermo Iguaran2013-07-211-2/+2
|
* Fix note about AP/AV decoupling in release notesGuillermo Iguaran2013-07-211-1/+1
|
* Rails 4.0 release notes. Explain major features added and removed. [ci skip]Matthew King2013-07-201-2/+39
|
* Merge pull request #11128 from edg3r/patch-1Yves Senn2013-06-261-1/+1
|\ | | | | linking small rails 4 features image to a bigger one
| * linking small rails 4 features image to a bigger one [ci skip]R4K32013-06-271-1/+1
| | | | | | | | | | View a bigger version onclick https://github.com/rails/rails/issues/11100
* | mention the removal of `--builder` in 4.0 release notes.Yves Senn2013-06-261-0/+4
|/
* Consistent one-spaced bullets in guides release notesSunny Ripert2013-05-281-29/+28
|
* Consistent use of one space only after punctuationSunny Ripert2013-05-281-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-121-1/+1
|\ | | | | | | | | Conflicts: activesupport/lib/active_support/callbacks.rb
| * dir -> directoryPrathamesh Sonpatki2013-05-041-1/+1
| |
* | Github -> GitHub [ci skip]Prathamesh Sonpatki2013-05-051-9/+9
|/
* more naming fixes.Yves Senn2013-04-301-1/+2
| | | | | | | | * it's Action Mailer not ActionMailer * it's Action Pack not ActionPack * it's Active Support not ActiveSupport /cc @fxn
* rubygem -> RubyGemPrathamesh Sonpatki2013-04-191-1/+1
| | | | * Reference -> http://guides.rubygems.org/what-is-a-gem/
* stdlib -> standard libraryPrathamesh Sonpatki2013-04-181-1/+1
|
* Unabbreviate AP to ActionPackBrice Stacey2013-04-101-1/+1
|
* remove the new metadata note in Rails 4 upgrade guideAlex Robbin2013-03-071-6/+0
| | | | this was pulled out of Rails 4, see rails/rails#8399 for the discussion
* update 4.0 release notes to reflect the removal of auto explain.Yves Senn2013-02-251-0/+2
|
* Prefer Ruby 2.0; require 1.9.3+Jeremy Kemper2013-02-091-1/+1
|
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-261-3/+2
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/form_options_helper.rb guides/code/getting_started/app/controllers/comments_controller.rb
| * fix Active Record/Action Pack Changelog linksJuanjo Bazán2013-01-251-2/+2
| |
| * "Asynchronous Mailers" will not be available in 4.0Akira Matsuda2013-01-181-1/+0
| |
* | mention performance test extraction in 4.0 guideYves Senn2013-01-101-0/+1
| |
* | Correcting the command 'rake rails:update:bin' in the release notes.[ci skip]Diogo Mafra2013-01-081-1/+1
|/
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ↵Jeremy Kemper2013-01-061-0/+2
| | | | Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn'
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-0/+1
| | | | | They don't add any benefits over `assert object.blank?` and `assert object.present?`
* Add entry in Releases Notes about changes in exceptions pageGuillermo Iguaran2013-01-011-0/+2
|
* Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵Jeremy Kemper2012-12-211-5/+0
| | | | with Rails 4.0.
* Update Migration and 4.0 Release Guides, Changelogs [#8267]Marc-Andre Lafortune2012-12-211-0/+13
|
* update release notes [ci skip]Vijay Dev2012-12-081-1/+41
|
* Updated 4.0 release notesVijay Dev2012-12-041-818/+49
| | | | | | | | | | | The release notes is changed to include only the major changes and point to the changelogs for the complete list. This lets us talk more about the features included in the upcoming release and make the guide more useful and interesting than just a list of all changelogs. This is still a WIP guide pending a lot of work. [ci skip]
* augment the rails4 guide with links to PRsYves Senn2012-11-291-5/+12
|
* add list of extracted plugins to rails4 guideYves Senn2012-11-291-0/+14
|
* recent railties changes added to the release notes [ci skip]Vijay Dev2012-11-101-0/+39
|
* Remove ActiveRecord::Model entry from 4.0 Release Notes [ci skip]Carlos Antonio da Silva2012-10-261-8/+0
|
* Adding reference a few Time and Date aliasesMatt Bridges2012-10-151-0/+4
| | | | | I originally contributed these aliases 10 months ago and just never got it added to the Rails 4.0 release notes. Here they are.
* Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-2/+2
|
* Add missing CHANGELOG related to addition of callbacks to mailers.Aditya Sanghi2012-10-101-0/+2
|
* Add #update_columns entry in Rails 4.0 release notes [ci skip]Sebastian Martinez2012-09-271-0/+8
|
* Fix typo in 4_0_release_notes.mdIgor Zubkov2012-09-251-1/+1
|
* some edits in 4.0 release notes [ci skip]Vijay Dev2012-09-221-9/+10
|
* 4.0 release note now renders correctly with indexPrem Sichanugrist2012-09-171-0/+2
|