Commit Graph

53 Commits

Author SHA1 Message Date
Zachary Scott
2f194669ec Same as f39cb2b except backport friendly
Point release notes to stable branch for list of commits. [ci skip]
2014-08-20 10:33:48 -07:00
Yves Senn
798da61825 minor doc reword. Upgrade Rails itself not to Rails. [ci skip]
/cc @chancancode
2013-12-17 11:21:11 +01:00
Peter Vandenabeele
76d4dd6e05 [ci skip] typo in ArgumentError exception 2013-11-16 15:33:14 +01:00
Harshad Sabne
306651c7b3 Update 4_0_release_notes.md
Code Highlighted
2013-10-22 23:09:46 +05:30
Vijay Dev
d262773ab7 Merge branch 'master' of github.com:rails/docrails 2013-09-13 00:22:42 +05:30
Harshad Sabne
49f25d93ec Update 4_0_release_notes.md
Active support --> Deprecations Code highlighted.
2013-09-12 18:57:09 +05:30
Vipul A M
88de7b5054 4.0 Release notes should point to 4.0 Changelog 2013-09-03 00:58:20 +05:30
Brock Trappitt
84441b289b Adjusting 4.0 release notes to show more appropriate replacements for dynamic finders [ci skip] 2013-09-01 07:42:33 +08:00
Jeff Dean
4400fec234 added String#to_date documentation to Rails 4 upgrade guide
[ci skip]
2013-08-06 00:56:31 -06:00
Guillermo Iguaran
a836db0244 Update note about declarative etags in release notes 2013-07-21 14:57:51 -05:00
Guillermo Iguaran
5025308da3 Improve comment about ActiveModel::Model 2013-07-21 13:54:29 -05:00
Guillermo Iguaran
9cee8634ef Fix note about AP/AV decoupling in release notes 2013-07-21 13:36:11 -05:00
Matthew King
60cca3b061 Rails 4.0 release notes. Explain major features added and removed. [ci skip] 2013-07-20 19:09:14 -04:00
Yves Senn
cf4270e16b Merge pull request #11128 from edg3r/patch-1
linking small rails 4 features image to a bigger one
2013-06-26 13:25:40 -07:00
R4K3
6056356159 linking small rails 4 features image to a bigger one [ci skip]
View a bigger version onclick
https://github.com/rails/rails/issues/11100
2013-06-27 00:15:04 +04:00
Yves Senn
577fad1908 mention the removal of --builder in 4.0 release notes. 2013-06-26 22:02:07 +02:00
Sunny Ripert
84675cae63 Consistent one-spaced bullets in guides release notes 2013-05-28 15:04:58 +02:00
Sunny Ripert
606c09b8db Consistent use of one space only after punctuation 2013-05-28 14:38:02 +02:00
Vijay Dev
d8b8c0ef87 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activesupport/lib/active_support/callbacks.rb
2013-05-12 15:57:14 +05:30
Prathamesh Sonpatki
730dd1a96b Github -> GitHub [ci skip] 2013-05-05 17:56:24 +05:30
Prathamesh Sonpatki
ad692f3516 dir -> directory 2013-05-04 20:08:58 +05:30
Yves Senn
6cc1b4280e more naming fixes.
* it's Action Mailer not ActionMailer
* it's Action Pack not ActionPack
* it's Active Support not ActiveSupport

/cc @fxn
2013-04-30 18:08:43 +02:00
Prathamesh Sonpatki
ab819e5b10 rubygem -> RubyGem
* Reference -> http://guides.rubygems.org/what-is-a-gem/
2013-04-19 08:26:42 +05:30
Prathamesh Sonpatki
2d98f78880 stdlib -> standard library 2013-04-18 17:03:07 +05:30
Brice Stacey
b3789fd862 Unabbreviate AP to ActionPack 2013-04-10 23:04:47 -03:00
Alex Robbin
9b27e13c05 remove the new metadata note in Rails 4 upgrade guide
this was pulled out of Rails 4, see rails/rails#8399 for the discussion
2013-03-07 23:24:27 -05:00
Yves Senn
277784459f update 4.0 release notes to reflect the removal of auto explain. 2013-02-25 09:51:20 +01:00
Jeremy Kemper
a0380e808d Prefer Ruby 2.0; require 1.9.3+ 2013-02-09 17:41:07 -07:00
Xavier Noria
0b5d3f3273 Merge remote-tracking branch 'docrails/master'
Conflicts:
	actionpack/lib/action_view/helpers/form_options_helper.rb
	guides/code/getting_started/app/controllers/comments_controller.rb
2013-01-26 17:41:56 +01:00
Juanjo Bazán
550299a671 fix Active Record/Action Pack Changelog links 2013-01-25 22:53:49 +01:00
Akira Matsuda
cb60a83377 "Asynchronous Mailers" will not be available in 4.0 2013-01-18 22:18:33 +09:00
Yves Senn
d262fab3a1 mention performance test extraction in 4.0 guide 2013-01-10 17:53:41 +01:00
Diogo Mafra
1d1722b6c4 Correcting the command 'rake rails:update:bin' in the release notes.[ci skip] 2013-01-08 22:56:43 -02:00
Jeremy Kemper
009873aec8 Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. 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' 2013-01-06 21:41:36 -07:00
Yves Senn
947e1d5e85 deprecate assert_blank and assert_present.
They don't add any benefits over `assert object.blank?`
and `assert object.present?`
2013-01-05 18:04:52 +01:00
Guillermo Iguaran
5f638161f7 Add entry in Releases Notes about changes in exceptions page 2013-01-01 14:14:58 -05:00
Jeremy Kemper
f9da785d0b Move background jobs to the 'jobs' branch until fully baked. Not shipping with Rails 4.0. 2012-12-21 16:29:47 -08:00
Marc-Andre Lafortune
a81845f268 Update Migration and 4.0 Release Guides, Changelogs [#8267] 2012-12-21 13:56:16 -05:00
Vijay Dev
ea86fa3e33 update release notes [ci skip] 2012-12-08 23:47:12 +05:30
Vijay Dev
9d3ce6c7d2 Updated 4.0 release notes
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]
2012-12-04 22:17:29 +05:30
Yves Senn
4fe70ee472 augment the rails4 guide with links to PRs 2012-11-29 10:48:02 +01:00
Yves Senn
ce7a493a30 add list of extracted plugins to rails4 guide 2012-11-29 10:48:02 +01:00
Vijay Dev
8ec51669d4 recent railties changes added to the release notes [ci skip] 2012-11-10 22:48:01 +05:30
Carlos Antonio da Silva
d200cb905e Remove ActiveRecord::Model entry from 4.0 Release Notes [ci skip] 2012-10-26 13:37:04 -02:00
Matt Bridges
13cdfacba5 Adding reference a few Time and Date aliases
I originally contributed these aliases 10 months ago and just never got
it added to the Rails 4.0 release notes. Here they are.
2012-10-15 23:00:54 -05:00
Jeremy Kemper
c8fe0d58bc Backpedal from class-oriented config.queue. Set an actual queue instance. 2012-10-12 22:27:41 -07:00
Aditya Sanghi
74bd13479b Add missing CHANGELOG related to addition of callbacks to mailers. 2012-10-10 15:28:37 +05:30
Sebastian Martinez
46f0fc6968 Add #update_columns entry in Rails 4.0 release notes [ci skip] 2012-09-27 23:30:07 +05:30
Igor Zubkov
f51d95aee5 Fix typo in 4_0_release_notes.md 2012-09-25 01:50:21 +03:00
Vijay Dev
96ded2efb7 some edits in 4.0 release notes [ci skip] 2012-09-22 00:06:07 +05:30