Commit Graph

22 Commits

Author SHA1 Message Date
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
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
Prem Sichanugrist
efa7717b7a 4.0 release note now renders correctly with index 2012-09-17 15:54:21 -04:00
Prem Sichanugrist
544f6bcb90 Start rewriting 4.0 release note into Markdown 2012-09-17 15:54:21 -04:00
Prem Sichanugrist
fd9867c7de Rename 4.0 release note into Markdown 2012-09-17 15:54:21 -04:00