Commit Graph

768 Commits

Author SHA1 Message Date
Vijay Dev
26ec070b09 copy edits [ci skip] 2012-10-11 01:01:54 +05:30
AvnerCohen
23839ab8c6 migrating guides to new hash syntax 2012-10-10 16:35:50 +02:00
Aditya Sanghi
74bd13479b Add missing CHANGELOG related to addition of callbacks to mailers. 2012-10-10 15:28:37 +05:30
Aditya Sanghi
b12d04808a Revert "Add changelog/release note entries for missing ActionMailer super feature related to inclusion of callbacks in mailers"
This reverts commit f16ec8c864ba12c2315713af76b11be5887cfa3a.
2012-10-10 15:13:56 +05:30
Aditya Sanghi
f16ec8c864 Add changelog/release note entries for missing ActionMailer super feature related to inclusion of callbacks in mailers 2012-10-10 14:52:02 +05:30
mdaisuke
4c9afc79a1 fix typo in "The Rails Initialization Process" 2012-10-10 10:19:02 +09:00
Mike Moore
2a68f68aea Update test locations
Change the default test locations to avoid confusion around the common
testing terms "unit" and "functional".
Add new rake tasks for the new locations, while maintaining backwards
compatibility with the old rake tasks.

New testing locations are as follows:

    app/models -> test/models (was test/units)
    app/helpers -> test/helpers (was test/units/helpers)
    app/controllers -> test/controllers (was test/functional)
    app/mailers -> test/mailers (was test/functional)
2012-10-09 17:53:56 -06:00
Xavier Noria
7fcbbafe1a copy-edits ae9b3d7 [ci skip] 2012-10-09 18:18:00 +02:00
Xavier Noria
9c2b3b8008 AS guide: revises the description of #monday, and #sunday [ci skip]
The start of the week is a parameter nowadays, it is a little
confusing that we say here that we assume something about it.
Better to use "next" and "previous", which are clear regardless
of the concept of beginning of week.

Adds examples for the edge cases where the receiver is a
Monday or Sunday itself.
2012-10-09 18:09:52 +02:00
Xavier Noria
64dd071020 Merge pull request #7736 from gregolsen/beginning_of_week_guides
ActiveSupport core extensions guides update
2012-10-09 08:58:58 -07:00
Steve Klabnik
4690290891 updating i18n guide with locale config location.
This changed in rails/rails#43e14f8
2012-10-08 11:29:37 -07:00
Corey Innis
5ee013f735 Correct and clarify --full and --mountable options to rails plugin new 2012-10-07 20:19:23 -07:00
Mikhail Dieterle
a4b1196163 add more testcases and doc about Hash#extract! 2012-10-08 01:20:37 +03:00
Joe Fiorini
65a2977cdd [Guides] Format content for small devices 2012-10-06 16:40:51 -04:00
Joe Fiorini
03bcd416b0 [Guides] Navigation styling for small devices 2012-10-06 16:38:37 -04:00
Adrien Lamothe
151d0b1307 Update guides/source/action_mailer_basics.md 2012-10-06 13:37:16 -07:00
Francesco Rodriguez
2154215940 add AC::Parameters#permit_all_parameters config option [ci skip] 2012-10-05 17:26:16 -05:00
Francesco Rodriguez
4b3377ca5b remove old AR Mass Assignment config options [ci skip] 2012-10-05 17:20:58 -05:00
Francesco Rodríguez
5af266a08a Merge pull request #115 from ruggeri/master
Remove non sequitur NOTE on :include [ci skip]
2012-10-05 15:07:46 -07:00
Francesco Rodriguez
8b7f353b80 delete removed page cache options [ci skip] 2012-10-05 16:57:50 -05:00
Francesco Rodriguez
d1ae6c5f70 use default_static_extension instead of page_cache_extension deprecated option [ci skip] 2012-10-05 16:53:22 -05:00
Francesco Rodriguez
a0d5dca7a6 update caching with rails guide to reflect action and page extraction [ci skip] 2012-10-05 16:48:08 -05:00
Santiago Pastorino
a0613ad8a9 Revert "Use flat_map { } instead of map {}.flatten"
This reverts commit abf8de85519141496a6773310964ec03f6106f3f.
We should take a deeper look to those cases flat_map doesn't do deep
flattening.

irb(main):002:0> [[[1,3], [1,2]]].map{|i| i}.flatten
=> [1, 3, 1, 2]
irb(main):003:0> [[[1,3], [1,2]]].flat_map{|i| i}
=> [[1, 3], [1, 2]]
2012-10-05 12:07:16 -03:00
Santiago Pastorino
abf8de8551 Use flat_map { } instead of map {}.flatten 2012-10-05 11:52:20 -03:00
Samuel Cochran
2e05146c78 Add CollectionAssociation#destroy to association guide 2012-10-05 14:25:20 +08:00
Francesco Rodriguez
ea042bad26 add an entry about AP page and action extraction in the upgrading guide [ci skip] 2012-10-04 11:06:54 -05:00
Jared Nipper
ec57489160 Merge pull request #116 from jarednipper/master
Fixed two typos in the testing guide
2012-10-03 08:18:27 -07:00
David A McClain
a7244caf0e Fixing markdown typos in upgrading_ruby_on_rails.md 2012-10-02 13:57:59 -07:00
schneems
c8f50ef02b Add command before bash output
Add tip for command line.
2012-10-02 11:31:24 -04:00
schneems
e8bdbef00a add command line $ tip for new programmers 2012-10-02 11:31:24 -04:00
schneems
ae4448253d improve wording over change method docs
The feature is available after Rails 3.1 and this is no longer a "new" feature.
2012-10-02 11:31:24 -04:00
schneems
eb853940d1 instructions for running migrations in another ENV 2012-10-02 11:31:24 -04:00
schneems
ddcda853c1 Add /rails/info/routes method to getting_started
Also fix # to $ for `rake routes` command
2012-10-02 11:31:23 -04:00
schneems
e427c3becf explain how to check if the server has returned on *nix systems in getting_started guide 2012-10-02 11:31:23 -04:00
schneems
f8a54e16a9 Explain that command line commands have $
This was extremely confusing to new programmers, also different operating systems call the command line something different
2012-10-02 11:31:23 -04:00
schneems
6b1467b848 change # to $ in bash section 2012-10-02 11:31:23 -04:00
Francesco Rodriguez
76ea63c8bb use <url> markdown syntax instead of [url](url) [ci skip] 2012-10-01 14:31:23 -05:00
Victor Costan
c7d39f2a2e Fix truncated line in the i18n edge guide 2012-10-01 15:15:09 -04:00
Jared Nipper
773c0fd32d Fixed typo in command to run unit test 2012-10-01 10:40:03 -06:00
Jared Nipper
29f5982007 Fixed typo in command to run unit test 2012-10-01 10:39:12 -06:00
Ned Ruggeri
7a9dea89d6 remove non sequitur NOTE on :include 2012-10-01 03:34:44 -07:00
Fabrizio Regini
ce7d1070af updates latest Rails version number 2012-09-30 18:33:59 +02:00
Guillermo Iguaran
0677d9904a Make strong_parameters example simpler 2012-09-30 01:56:17 -05:00
Rafael Mendonça França
9e34127dad Fix syntax error in the command_line guide [ci skip] 2012-09-28 16:08:16 -03:00
Vijay Dev
b8aa3923af revise commandline guide [ci skip] 2012-09-28 23:47:15 +05:30
Vijay Dev
955a72c692 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	actionpack/lib/action_view/helpers/asset_tag_helper.rb
2012-09-28 23:17:07 +05:30
Vijay Dev
cf3e760b87 copy editing [ci skip] 2012-09-28 23:15:09 +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
Teng Siong Ong
7a2b8099ef bleakhouse is no longer useful for rails and outdated. 2012-09-27 23:29:45 +05:30
cczona
6ee8e929c3 typo fix: remove duplicate period 2012-09-27 23:29:23 +05:30
Steve Klabnik
15d475a63b Remove readonly notice.
You need to have @implicit_readonly set for this to happen,
and it's false by defualt.

Fixes #3386.
2012-09-26 07:59:18 -07:00
Bryan Larsen
2029c2ac18 Update guides/source/routing.md 2012-09-25 13:29:53 -03:00
Igor Zubkov
f51d95aee5 Fix typo in 4_0_release_notes.md 2012-09-25 01:50:21 +03:00
Rafael Mendonça França
86be49a602 Merge pull request #7727 from frodsan/security_guide_sp
update Security guide with StrongParameters documentation
2012-09-24 14:31:04 -07:00
Juanjo Bazán
c9a6c6c8d1 remove duplication 2012-09-24 23:28:02 +02:00
Francesco Rodriguez
2d4b9c76cc update Security guide to reflect mass assignment protection with StrongParameters [ci skip] 2012-09-24 16:22:28 -05:00
Francesco Rodriguez
530102f656 add a note about DynamicForm in error_messages_for section [ci skip] 2012-09-24 15:39:45 -05:00
Santiago Pastorino
1dbe4baef5 Merge pull request #6936 from jfoley/callbacks
Fix collisions with before and after validation callbacks.
2012-09-24 07:52:50 -07:00
Xavier Noria
780ecb2bc1 adds the release notes for Rails 4.0 to the guides index
This is still an early draft, but let's add it to the index
to have it ready.
2012-09-24 11:54:36 +02:00
Teng Siong Ong
3723d24bb3 [ci skip] Update Performance Testing guide.
- remove Palmist which is no longer available.
- update link to Query Reviewer.
2012-09-23 20:57:11 -07:00
John Foley
f31ea4df3a Add CHANGELOG entry and update the guide 2012-09-23 12:57:19 -06:00
Cory Logan
4fc620cc91 Removed duplicate line describing "default_options".
[ci skip]
2012-09-23 17:08:35 +07:00
Teng Siong Ong
a53c3f3878 [ci skip] Update Debugging Rails Application guide.
- remove query_stats plugin reference in debugging guide since it is no longer maintained.
- remove exception_logger plugin reference in debugging guide since it is no longer maintained.
- update query_reviewer url to the latest one on github.
2012-09-22 16:49:59 -07:00
gregolsen
f912437dd2 active support core extensions guides updated with config.beginning_of_week info 2012-09-22 23:28:18 +03:00
Francesco Rodriguez
3395ebe320 add note about AR#include_root_in_json default in Upgrading Rails guide [ci skip] 2012-09-21 16:49:33 -05:00
Vijay Dev
68bd4db190 Merge branch 'master' of github.com:lifo/docrails 2012-09-22 00:27:01 +05:30
José Corcuera
89a011ab8c Update action_mailer_basics.md to ruby 1.9 syntax. [ci skip] 2012-09-21 13:55:42 -05:00
Vijay Dev
96ded2efb7 some edits in 4.0 release notes [ci skip] 2012-09-22 00:06:07 +05:30
Vijay Dev
271d1e7d8c Fix typos and links in engines guide [ci skip] 2012-09-21 23:54:17 +05:30
José Corcuera
4a04833c1b Update examples in action_controller_overview.md to ruby 1.9 syntax. [ci skip] 2012-09-21 13:11:34 -05:00
Vijay Dev
25c3c89e97 fix some md syntax errors and general revisions [ci skip] 2012-09-21 23:34:36 +05:30
Vijay Dev
3b7947ea31 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	actionmailer/lib/action_mailer/base.rb
	activesupport/lib/active_support/configurable.rb
	activesupport/lib/active_support/core_ext/module/deprecation.rb
	guides/source/action_controller_overview.md
	guides/source/active_support_core_extensions.md
	guides/source/ajax_on_rails.textile
	guides/source/association_basics.textile
	guides/source/upgrading_ruby_on_rails.md

While resolving conflicts, I have chosen to ignore changes done in
docrails at some places - these will be most likely 1.9 hash syntax
changes.
2012-09-21 22:49:20 +05:30
Przemek Hocke
79942d426d correct a typo 2012-09-21 03:49:26 +02:00
Przemek Hocke
fca6c0f03c Add missing "m" char 2012-09-21 03:48:17 +02:00
Przemek Hocke
649a95b8af fix two typos in the associations guide 2012-09-21 03:46:14 +02:00
Przemek Hocke
deed3f9975 fix a small typo 2012-09-21 03:40:49 +02:00
Guillermo Iguaran
66ed71fd6f Remove highly uncommon config.assets.manifest option for moving the manifest path.
This option is now unsupported in sprockets-rails.
2012-09-19 18:02:37 -05:00
Xavier Noria
7c2d33bd86 extracts manual development dependencies installation to a new non-promoted guide
The purpose of this refactor is twofold:

  * Emphasize the Rails development box as
    the recommended way to setup a dev
    environment by taking out the rest of
    the instructions.

  * Lighten the contributing guide, this
    non-essential information takes a
    disproportionate amount of space now
    that we have the rails-dev-box.
2012-09-20 00:02:47 +02:00
Steve Klabnik
166409337a Update 3.0 -> 3.1 session information.
Fixes #7685
2012-09-18 20:47:54 +03:00
gregolsen
da26dfbefd Date.beginning_of_week thread local and beginning_of_week application config option added (default is Monday) 2012-09-18 17:18:19 +03:00
Steve Klabnik
143675189e Expanded note about poly associations.
Now with example!
2012-09-18 03:26:11 +03:00
Prem Sichanugrist
1fa5c3b39f Fix footnote format
Markdown has footnote, but Redcarpet doesn't support it.
2012-09-17 15:55:17 -04:00
Prem Sichanugrist
fd56c3a72e Fix broken and duplicate headings 2012-09-17 15:55:17 -04:00
Prem Sichanugrist
5e2866cc34 No more Textile guide generation support 2012-09-17 15:55:17 -04:00
Prem Sichanugrist
7a0dad25f3 Convert legacy release notes to Markdown 2012-09-17 15:54:24 -04:00
Prem Sichanugrist
5e1362572e Move all the legacy guides to Markdown 2012-09-17 15:54:24 -04:00
Prem Sichanugrist
460c2eec24 Update Guides Guideline for Markdown 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
41dbb58e2d Fix the usage of * in Markdown
In Textile `*` would convert to `<strong>`, but in Markdown we have to
use `**` instead.
2012-09-17 15:54:23 -04:00
Prem Sichanugrist
721afdcc4b Fix remaining formatting problems in the guide 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
2e89ac34cf Convert image tags to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
2c38567646 Convert all tables to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
9873dd800b Convert all the links into Markdown format 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
21a0b20e39 change shell to bash 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
c89c163a0e Convert inline code tags to Markdown 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00
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
Steve Klabnik
e9acafd984 Add note about inheretance and poly associations.
This note came about due to discussion in #6786.
2012-09-17 22:03:34 +03:00
Simon Hengel
744b8e0f35 Update "Getting Started" guide 2012-09-16 21:12:07 +02:00
Santiago Pastorino
8577687fcb Move queue classes to ActiveSupport 2012-09-14 14:10:00 -07:00
Jon Leighton
b5aed34c44 Merge pull request #7273 from beerlington/foreign_key_model_queries
Convert model name to foreign key in queries
2012-09-12 14:04:11 -07:00
Rafael Mendonça França
a25b5f683d Updating the documentation to ActionMailer::Base.queue 2012-09-12 15:50:46 -03:00
José Corcuera
961355a9f3 Update action_controller_overview.textile to ruby 1.9 syntax [ci skip] 2012-09-12 13:29:42 -05:00
José Corcuera
1affc30cd5 Fix typo [ci skip] 2012-09-12 10:04:29 -05:00
Santiago Pastorino
34b23e7110 Action Mailer async flag is true by default using a Synchronous impl 2012-09-11 15:11:52 -07:00
Gareth Rees
6639ef8b5a More concise flash output 2012-09-11 22:52:58 +01:00
beerlington
3da275c439 Accept belongs_to assoc. keys in ActiveRecord queries
Allows you to specify the model association key in a belongs_to
relationship instead of the foreign key.

The following queries are now equivalent:

Post.where(:author_id => Author.first)
Post.where(:author => Author.first)

PriceEstimate.where(:estimate_of_type => 'Treasure', :estimate_of_id => treasure)
PriceEstimate.where(:estimate_of => treasure)
2012-09-11 14:11:51 -04:00
Francesco Rodriguez
ae3965b475 fix punctuation in Getting Started prologue [ci skip] 2012-09-09 23:31:18 -05:00
Vijay Dev
cb524dc1d7 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
2012-09-09 17:38:47 +05:30
Vijay Dev
2db79dc9ea minor fixes and edits [ci skip] 2012-09-09 17:25:44 +05:30
Francesco Rodriguez
56652a6bf5 add note about using block form of unscoped in AR Querying guide [ci skip] 2012-09-08 13:10:40 -05:00
Konstantin Shabanov
b485b8a066 Dump schema using new style hash 2012-09-08 11:09:49 +04:00
Jonathan Roes
065fcfbfa1 Fix a bunch of typos, reword some things for clarity. 2012-09-07 16:17:27 -04:00
1334
6033d2c8c0 Fix a typo 2012-09-07 19:47:26 +02:00
José Corcuera
6d4bb908b3 default scope should return an ActiveRecord::Relation [ci skip] 2012-09-07 11:17:59 -05:00
José Corcuera
4d33481e1b How to use default_scope as a class method 2012-09-07 10:24:24 -05:00
cnaize
d881e2f8e0 extended example 2012-09-07 10:34:05 +04:00
Aditya Sanghi
fd6b9f3ce1 Added information about dynamic delivery options to action mailer guides 2012-09-07 02:02:33 +05:30
Aditya Sanghi
d016decb47 Dynamic Delivery Method Options 2012-09-07 01:47:27 +05:30
Semyon Perepelitsa
150c6dc30f Redirect block with arity of 1 is deprecated. 2012-09-06 23:23:05 +08:00
schneems
c9d1ba41fd Doc: sweepers only work on Active Record Models
In response to this rails issue: https://github.com/rails/rails/issues/3729
2012-09-05 15:52:24 -07:00
Aldo "xoen" Giambelluca
75857d0f80 Fixed array wrongly translated in footnote in a guide [ci skip]
In the sentence "If <tt>@post.author_ids</tt> is [1], this would ..."
the array [1] is converted in a footnote, fixed this using <notextile>.
2012-09-05 18:37:19 +02:00
Ryan Bigg
baa73ac723 Add giant belongs_to 'please don't pluralize me' note
I've personally seen too many newbies get this wrong and pluralize the association
2012-09-05 15:42:43 +01:00
Konstantin Haase
1cb684c2ef update caching guide: stale? can also figure out last_modified on its own 2012-09-04 15:51:06 +02:00
Guillermo Iguaran
db354204b7 Update caching guide: memcache-client was replaced with dalli 2012-09-03 16:52:08 -05:00
Gaurish Sharma
cd59277110 Add section about tagged logging
Tagged logging for which Rails has support since [3.2](http://guides.rubyonrails.org/3_2_release_notes.html#tagged-logging).
It is trivial & useful but unless somebody explicitly searches API docs, he/she may not know about it. 

Hence, I added it in guides.
2012-09-03 19:33:59 +05:30
Aldo "xoen" Giambelluca
10520675d2 Fixed validation issue and titles in Migrations guide [ci skip]
Changed the title of the 3.5 chapter from "Using the change Method" to
"When to Use the change Method" since the chapter tells the migration
definitions supported by the change method. This fix the duplicate ID in the
document.

I've also changed some of the titles to respect the Guides guidelines.
2012-09-02 21:40:01 +02:00
Aldo "xoen" Giambelluca
7715b7b895 Fixed validation issue related to taken ID in Layout and Rendering guide [ci skip] 2012-09-02 20:55:05 +02:00
Aldo "xoen" Giambelluca
87cfb63dbc Fixed validation issues in the "Configuring Rails Applications" guide [ci skip]
erb tag wasn't closed well
2012-09-02 20:39:00 +02:00
Aldo "xoen" Giambelluca
1b5e6fc291 Fixed validation issues related to taken IDs in AR Querying guide [ci skip] 2012-09-02 19:37:34 +02:00
Aldo "xoen" Giambelluca
c38fe906c0 Underscore in _attr_readonly method name is back (Upgrading RoR guide) [ci skip] 2012-09-02 18:47:02 +02:00
Aldo "xoen" Giambelluca
593fa0b950 Fixed markup in Upgrading RoR guide [ci skip]
There are two changes:
- Using <ruby> syntax for unicode character routes example instead of
  <tt> since it causes single quotes to be transformed into inverted
  commas. This makes this required change more eye-catching.
- Using <tt> for the j alias and related helpers as written in the
  documentation guidelines.
2012-09-02 15:28:08 +02:00
Aldo "xoen" Giambelluca
70d2d2ced4 Fixed validation issue in Upgrading Ruby on Rails guide [ci skip]
In chapter 2.4 there was an underscore at the start of the attr_readonly method name,
this underscore was interpreted as the opening of the <em> tag but it wasn't closed.

Worst, the underscore in self.class.serialized_attributes (end of paragraph)
was interpreted as the closing of the <em> tag and not as the name of a method.
2012-09-02 13:59:45 +02:00
Vijay Dev
a667499103 Merge branch 'master' of github.com:lifo/docrails 2012-09-01 23:51:23 +05:30
Vijay Dev
831b814a87 copy edits [ci skip] 2012-09-01 23:49:55 +05:30
Pratik Naik
29fe1260d0 Fix my bio 2012-08-31 11:15:24 -07:00
Aldo "xoen" Giambelluca
030af5e924 In example about params naming conventions use params[:person] [ci skip]
The example is about a Person model, say that "params[:model] would usually be a
hash of all the attributes for the person to create" could be confusing.
I changed to params[:person] since the example is about a Person creation.
2012-08-31 08:53:20 +02:00
Jeff Shantz
b54e5775de Merge pull request #106 from neilstockbridge/master
Added a bullet for :enable_starttls_auto in the smtp_settings table
2012-08-30 22:10:17 -07:00
Kevin Musiorski
94301b9e0f in section 4.1 acts_as_yaffle_test was incorrectly failing due to assertion incorrectly using symbol instead of string 2012-08-30 16:35:17 -05:00
Aldo "xoen" Giambelluca
f049d33477 Removed spaces between name and asterisks in example CHANGELOG entry [ci skip] 2012-08-30 18:19:27 +02:00
Nathaniel Madura
fe309b5223 added a touch more information to the apache configuration instructions
In the text there is a section about how to serve the assets with
far-future headers. The snippet that is proposed doesn't work on Ubuntu
11 (probably others) as mod_expires is not enabled out-of-the-box. I
noted this, and gave an example of how to load mod_expires with a2enmod.
2012-08-29 13:13:58 -04:00
Jim Jones
cb8bcdd9f1 Added clairifications for default security headers. 2012-08-27 21:04:42 -07:00
Egor Homakov
dad633c0f1 default headers init 2012-08-27 16:32:54 +03:00
Deepak Kannan
4587e47bb9 Update guides/source/rails_application_templates.textile
think that a quoted string will be better as it will automatically 
escape double-quotes as well
2012-08-27 15:35:19 +05:30
Deepak Kannan
52b3c7d706 Minor update for usage of git command
after running, git add .
do not need -a option to git commit
2012-08-27 15:32:14 +05:30
Rafael Mendonça França
df1d21a554 Remove some entries from the 4.0 release notes
We need more ❤️ in this file. There are a lot of outdated entries.
2012-08-26 01:19:44 -03:00