Commit Graph

22906 Commits

Author SHA1 Message Date
Ayose
700fd6d29b The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer available 2011-06-06 22:42:37 +02:00
Akira Matsuda
6f3d997578 s/a/an/ 2011-06-06 22:42:30 +02:00
Akira Matsuda
4c716e660c s/an/a/ 2011-06-06 22:42:23 +02:00
Guillermo Iguaran
48b90967b0 Removing trailing white-spaces 2011-06-06 22:42:17 +02:00
Mark Roghelia
8ac4e4dbce The example in the API docs incorrectly indicated that form_for would use the same default route for both new and previously persisted records. The default path given in the example would have generated a routing error for new records. form_for actually uses polymorphic_path to determine which route to use based on the state of the record. The example has been updated to reflect the method's actual behavior. 2011-06-06 22:42:05 +02:00
Hendy Tanata
7ff491c567 Fix punctuation. 2011-06-06 22:41:58 +02:00
Hendy Tanata
2e7a039050 Update Rails coding conventions link. 2011-06-06 22:41:50 +02:00
Evan Farrar
3a22027088 Typo and sentence restructuring 2011-06-06 22:40:52 +02:00
Vijay Dev
5ab4b9e6ff removed references to old remote_* helpers; add info about 3.1 adding multipart option to a form with file_field automatically 2011-06-06 22:40:25 +02:00
Vijay Dev
39e5cbc918 fix typo 2011-06-06 22:39:06 +02:00
Vijay Dev
1d654cc4ec document aliases for commands and update rails versions 2011-06-06 22:38:57 +02:00
Ben Orenstein
8b72166ae8 Fix incorrect description of the returned results. 2011-06-06 22:38:49 +02:00
Ben Orenstein
97fd8c0ffd Copy edits 64148ab96b (previous commit). Please squash at will. 2011-06-06 22:38:42 +02:00
Ben Orenstein
5eaf012673 Improve 'Joining Tables' section with additional examples and explanation. 2011-06-06 22:38:34 +02:00
Ben Orenstein
7dcbbae9ee Don't you lie to me! 2011-06-06 22:38:25 +02:00
Sebastian Martinez
c32ba39785 Fix font styling on associations.rb 2011-06-06 22:37:04 +02:00
diego
9d275a8bd2 Added missing quote in grouped_options_for_select example 2011-06-06 22:36:12 +02:00
Thais Camilo
64db0ee3f5 Stop linking Rails guidelines to GitHub wiki 2011-06-06 22:36:03 +02:00
Thais Camilo
e856157748 Stop linking API Guidelines to GitHub wiki 2011-06-06 22:35:55 +02:00
Thais Camilo
8c358d0beb On "contribute" guide: remove mention of LH 2011-06-06 22:35:48 +02:00
Sebastian Martinez
20f1f9eee3 Revert this, commited by mistake. 2011-06-06 22:35:41 +02:00
Sebastian Martinez
815dd81cf2 Fix grammar mistake. Lets vs let's. 2011-06-06 22:35:30 +02:00
Sebastian Martinez
e5fb9018bd Fix fixed-fonts stlye on rails_on_rack guide. 2011-06-06 22:35:22 +02:00
Jon Leighton
d7edce20fb Don't ensure all keys in build_results are only written once, otherwise we get false positive builds reported. 2011-06-06 21:24:42 +01:00
Jon Leighton
dc4da12c55 Make sure that the build/drop database rake tasks take account of the test/config.yml config 2011-06-06 21:24:36 +01:00
Jon Leighton
4a395817ef Fix double definition of #teardown. Thanks @mike-burns 👍 2011-06-06 17:57:57 +01:00
Jon Leighton
fe2b411be6 Fix another CIfail 🔥 Deleting RAILS_ENV from ENV doesn't produce the desired result if RACK_ENV is still defined. And in any case it's better to be explicit here, so just set RALS_ENV=development. 2011-06-06 17:57:51 +01:00
David Heinemeier Hansson
50a7e8e0a0 Depend on latest Sprockets beta 2011-06-06 18:29:07 +02:00
Jon Leighton
1f59c57ef1 Solve the RAILS_ENV problem in the railties tests in a more generic way 2011-06-06 13:54:31 +01:00
José Valim
1bc159fbd2 Merge pull request #1508 from vijaydev/rake_rdoc_fixes_cherry_picks
Rake deprecation fixes - cherry picks
2011-06-06 05:27:51 -07:00
Akira Matsuda
f3fa66f1ff Ensure RDoc::Task exists even if 'rdoc/task' was not required 2011-06-06 17:49:28 +05:30
Akira Matsuda
84fac20720 require 'rake/rdoctask' if failed to require 'rdoc/task'
fixes a regression introduced by b921679d0d
require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7)
2011-06-06 17:49:19 +05:30
José Valim
ae534f2134 Merge pull request #1505 from arunagw/3-1-stable
Cherry-picked from master to fix the build
2011-06-06 03:53:01 -07:00
Arun Agrawal
e909fa4112 Fix for CI server. Dependent on RAILS_ENV=development 2011-06-06 16:19:28 +05:30
Arun Agrawal
077ffe0287 loading_test.rb with RAILS_ENV=development 2011-06-06 16:19:23 +05:30
Arun Agrawal
710dfff120 framework_test.rb also dependent on RAILS_ENV=development 2011-06-06 16:19:18 +05:30
José Valim
0c4fd88686 Merge pull request #1478 from arunagw/warning_cherry-picks
Some Cherry-picks for 1.9.2 warning removal
2011-06-06 02:43:44 -07:00
Jon Leighton
3ac805b6ea load_path_test.rb is also dependent on RAILS_ENV=development 2011-06-05 18:28:01 +01:00
José Valim
af1c020d2e Merge pull request #1495 from arunagw/fixed_failing_isolated_test
Fixed failing isolated test
2011-06-05 08:30:09 -07:00
Arun Agrawal
596f6ec505 Loading multi_json instead of i18n gem.
Don't know why it's giving error with i18n gem. 
Changing this as it dosn't matter with specific gem.
2011-06-05 20:39:59 +05:30
Jon Leighton
04d238bfb5 Fix adapter_test.rb to make no assumptions about the database name 2011-06-05 11:29:05 +01:00
Jon Leighton
6925423b26 Fix typo 2011-06-05 11:28:58 +01:00
Jon Leighton
550064cbde Bring back oracle specific crap 2011-06-04 23:50:06 +01:00
Jon Leighton
f9e3d4bc59 Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. 2011-06-04 23:25:36 +01:00
Jon Leighton
f9464a28d2 Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the CI server. For some reason the RAILS_ENV on the CI server is production, which means that the ActionDispatch::Static middleware is not used, and so the request in 'config.ru can be racked up' returns a 404 rather than a 200. 2011-06-04 23:21:59 +01:00
Xavier Noria
3939fbde6d adds Vijay Dev to the new Rails Guides Reviewers team
See http://weblog.rubyonrails.org/2011/6/2/news-from-the-documentation-front
2011-06-05 00:16:10 +02:00
Xavier Noria
63eab0b416 move Ryan up, since the list is ordered by surname 2011-06-04 14:35:30 +02:00
Xavier Noria
7bbcf53010 adds Ryan Bigg to the credits page of the guides, he is the author of the new configuring guide 2011-06-04 14:27:16 +02:00
Xavier Noria
aedc627f06 specify image dimensions for pictures in the guides credits page 2011-06-04 14:27:05 +02:00
Vijay Dev
b6040f4e84 fixes Rake::RDocTask deprecation warnings from rake 0.9.0 2011-06-04 09:01:34 +05:30