Commit Graph

24339 Commits

Author SHA1 Message Date
Waynn Lue
384ac3eca7 "blog" is more common than "weblog" these days. 2011-08-04 16:41:28 -07:00
Vijay Dev
fe6b967aea 3.1 release notes - added AP and Railties sections 2011-08-04 16:41:28 -07:00
Vijay Dev
4e28c40bfd 3.1 release notes draft 2011-08-04 16:41:27 -07:00
Vijay Dev
54e7694982 prefer to use if..end unless the condition is simple/compact 2011-08-04 16:41:27 -07:00
Vijay Dev
29772a136a remove some parts of the section on shortcut helpers, document custom validators 2011-08-04 16:41:27 -07:00
Vijay Dev
38bfcffc59 make the warning clear about the effect of using validates_associated on both sides on an association. 2011-08-04 16:41:27 -07:00
Vishnu Atrai
c62cb2f2fb usages of active resouce 2011-08-04 16:41:27 -07:00
Vishnu Atrai
8d1c642cae configuration for active resource 2011-08-04 16:41:27 -07:00
Vishnu Atrai
e898556543 Introduction for active resource 2011-08-04 16:41:26 -07:00
Vishnu Atrai
f56c2b88c5 Active Resouce guide initial load 2011-08-04 16:41:26 -07:00
Bratish Goswami
2350185e40 '/' was outside of anchor tag. 2011-08-04 16:41:26 -07:00
Waynn Lue
b15cc2e8ec Superfluous "the". 2011-08-04 16:41:26 -07:00
Bratish Goswami
e23bc8ac9b extra '/' removed from url, which was not linked 2011-08-04 16:41:26 -07:00
Arun Agrawal
60af023107 Extra "l" removed before h2. 2011-08-04 16:41:10 -07:00
Vijay Dev
d8c77fa16c document meta method 2011-08-04 16:40:25 -07:00
ejy
07f172ff83 Removed trailing slash of 'Download and installation' Github URL as per convention 2011-08-04 16:40:25 -07:00
Pete Campbell
3c3f808764 Explicitly included hashes in sentence regarding SQL-injection-safe forms 2011-08-04 16:40:25 -07:00
Alberto Perdomo
e84ea65e71 Association and Callbacks guide: Added section on shortcut syntax 'validates'. 2011-08-04 16:40:25 -07:00
Hendy Tanata
a45c2d5934 Fix two spaces between sententes on README.rdoc. 2011-08-04 16:40:24 -07:00
Vijay Dev
2dc6cca773 move the note after the scaffold files listing 2011-08-04 16:40:24 -07:00
Xavier Noria
4265f2eaa5 sync the getting started guide with master 2011-08-04 16:40:24 -07:00
Santiago Pastorino
d338e8976f Add git push and git push --tags to RELEASING_RAILS.rdoc 2011-08-04 18:43:13 -03:00
Aaron Patterson
cb6a082fee moving CI and Sam Ruby to the top of the list. I ❤️ CI and Sam 2011-08-04 14:15:45 -07:00
Aaron Patterson
879dcada2e add section about notifying implementors 2011-08-04 14:13:41 -07:00
Aaron Patterson
2d2c9179ad fixing assert_difference issues on ruby 1.8 2011-08-04 14:07:40 -07:00
Aaron Patterson
19ab8e4bc9 fixing wrong words. thanks @jbrown 2011-08-04 14:07:39 -07:00
Santiago Pastorino
d7e55c3429 Merge pull request #2421 from pivotal-casebook/master
Simple_format should not edit it in place. (Fixes https://github.com/rails/rails/issues/1980)
2011-08-04 11:49:43 -07:00
Aaron Patterson
bf5b4c0055 adding my brain dump of the release process 2011-08-04 11:27:41 -07:00
Casebook Developer
f0034c75d5 ActionView::Helpers::TextHelper#simple_format should not change the text in place. Now it duplicates it. 2011-08-04 13:34:47 -04:00
Santiago Pastorino
cf96649bb7 Merge pull request #2356 from waynn/fix_symbol
fix stringify_keys destructive behavior for most FormTagHelper functions
2011-08-04 09:29:18 -07:00
Waynn Lue
54b83566cc fix stringify_keys destructive behavior for most FormTagHelper functions
add four new tests to verify that the other three methods that called stringify_keys! are fixed. verified that the tests break in master without the code patch. Closes #2355
2011-08-03 20:53:55 -07:00
Jon Leighton
f000d4e5fa Quote these dates to prevent intermittent test failure. Suppose local time is 00:50 GMT+1. Without the quoting, the YAML parser would parse this as 00:50 UTC, into the local time of 01:50 GMT+1. Then, it would get written into the database in local time as 01:50. When it came back out the UTC date from the database and the UTC date of two weeks ago would be compared. The former would be 23:50, and the latter would be 00:50, so the two dates would differ, causing the assertion to fail. Quoting it prevents the YAML parser from getting involved. 2011-08-04 00:38:27 +01:00
Santiago Pastorino
7d4321711e Fix a bit precompile and lazy compile comments 2011-08-03 21:05:36 -03:00
Aaron Patterson
171881f610 make assert_difference error message not suck 2011-08-03 16:55:00 -07:00
Santiago Pastorino
cc9ed15785 Merge pull request #2413 from artemk/master
accept hash of options to recreate database for postgres adapter
2011-08-03 15:34:11 -07:00
Santiago Pastorino
bf5d1d4662 Don't require assets group in production by default, you can change this default in the application.rb anyways 2011-08-03 19:20:08 -03:00
artemk
b386951e42 accept option for recreate db for postgres (same as mysql now) 2011-08-04 00:34:13 +03:00
Santiago Pastorino
8962e96e39 This dep is already defined in activerecord.gemspec 2011-08-03 18:15:14 -03:00
Aaron Patterson
86b7d83f1c initializing @open_transactions in the initialize method 2011-08-03 08:57:52 -07:00
Aaron Patterson
3a29cc3412 add a migrate class method and delegate to the new instance 2011-08-02 20:01:38 -07:00
Christopher Meiklejohn
43fc814074 Ensure that .up and .down work as well. 2011-08-02 18:57:34 -07:00
Christopher Meiklejohn
74d7bfb200 Support backwards compatible interface for migration down/up with rails 3.0.x. 2011-08-02 18:55:59 -07:00
Aaron Patterson
3a4dc9d34c use File.directory? as Dir.exists? is only 1.9.2+ 2011-08-01 17:29:03 -07:00
Santiago Pastorino
6dda216715 Merge pull request #2324 from zenapsis/3-1-stable
Rails 3.1 throws a Errno::ENOTDIR if files are put in assets directories
2011-08-01 16:33:27 -03:00
Santiago Pastorino
6e701e8735 Merge pull request #2393 from bdurand/fix_cache_read_multi
Fix ArgumentError in ActiveSupport::Cache::CacheStore.read_multi
2011-08-01 10:58:48 -07:00
Brian Durand
fec4c5ad76 Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the delete_entry call. 2011-08-01 12:05:29 -05:00
Santiago Pastorino
5c26f56b17 Merge pull request #2389 from dmitriy-kiriyenko/remove_unnecessary_require_in_delegation
Remove unnecessary require (happened after fcbde454f6)
2011-08-01 08:32:06 -07:00
Dmitriy Kiriyenko
6244a53a07 Remove unnecessary require (happened after fcbde454f6) 2011-08-01 18:00:41 +03:00
José Valim
6b3af028ac Merge pull request #2385 from bogdan/test_default_sanitizer2
MassAssignmentProtection: consider 'id' insensetive in StrictSanitizer
2011-08-01 04:50:06 -07:00
thoefer
860202e8b2 Fix the issue where default_url_options is being cached on test cases. Closes #1872. Closes #2031.
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-08-01 11:49:24 +02:00