Commit Graph

23007 Commits

Author SHA1 Message Date
Evan Farrar
bfce2a4cd3 Typo and sentence restructuring 2011-05-29 11:25:37 -04:00
Evan Farrar
8314c8ebb9 Typo in the asset pipeline guide. 2011-05-29 10:37:07 -04:00
Vijay Dev
1962217e42 removed references to old remote_* helpers; add info about 3.1 adding multipart option to a form with file_field automatically 2011-05-29 18:35:42 +05:30
Mohammad Typaldos
07dcae093b Fixes spelling mistakes pointed out by @vijaydev 2011-05-29 06:45:57 -04:00
Mohammad Typaldos
9342ad6748 Changes wording to make it a bit eaiser to understand 2011-05-29 06:43:35 -04:00
Mohammad Typaldos
4967b35e00 Why should you use the asset pipeline? 2011-05-29 06:37:08 -04:00
Vijay Dev
fc381a3a42 fix typo 2011-05-29 01:33:30 +05:30
Vijay Dev
7d7b2009bb document aliases for commands and update rails versions 2011-05-28 23:18:08 +05:30
Ben Orenstein
4a376e48b9 Fix incorrect description of the returned results. 2011-05-27 22:05:22 -04:00
Ben Orenstein
5b6a423d6b Copy edits 64148ab96b (previous commit). Please squash at will. 2011-05-26 22:22:10 -04:00
Ben Orenstein
64148ab96b Improve 'Joining Tables' section with additional examples and explanation. 2011-05-26 22:19:10 -04:00
Ben Orenstein
4807088fda Don't you lie to me! 2011-05-26 20:54:46 -04:00
Sebastian Martinez
dfba8f544b Fix font styling on associations.rb 2011-05-26 17:51:20 -03:00
Tekin
52f0437af1 Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS 2011-05-26 16:24:44 +01:00
diego
3ffe1cd27b Added missing quote in grouped_options_for_select example 2011-05-26 15:24:33 +02:00
Thais Camilo
ec080f98a2 Stop linking Rails guidelines to GitHub wiki 2011-05-25 20:45:44 -04:00
Thais Camilo
4da4856f50 Stop linking API Guidelines to GitHub wiki 2011-05-25 20:38:55 -04:00
Thais Camilo
2cd26b7679 On "contribute" guide: remove mention of LH 2011-05-25 20:19:35 -04:00
Sebastian Martinez
ab3c87a2d2 Revert this, commited by mistake. 2011-05-25 20:13:49 -03:00
Sebastian Martinez
4c566940a4 Fix grammar mistake. Lets vs let's. 2011-05-25 20:09:06 -03:00
Sebastian Martinez
0f7a52d920 Fix fixed-fonts stlye on rails_on_rack guide. 2011-05-25 20:03:06 -03:00
Xavier Noria
b7921f50e7 Merge branch 'master' of github.com:rails/rails 2011-05-25 22:49:23 +02:00
Xavier Noria
00e1d0832e Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	actionmailer/lib/action_mailer/base.rb
	activesupport/lib/active_support/core_ext/kernel/requires.rb
2011-05-25 22:48:47 +02:00
Aaron Patterson
6b436c23a9 Merge pull request #1285 from joshk/remove_active_record_deprecations
removed deprecated methods, and related tests, from ActiveRecord
2011-05-25 13:48:35 -07:00
José Valim
d25b7c2eee Merge pull request #1305 from amatsuda/require_rdoc_task_fail2
Ensure RDoc::Task exists even if 'rdoc/task' was not required
2011-05-25 13:43:55 -07:00
José Valim
89d06eacf6 Merge pull request #1308 from vijaydev/fix-codestat-indent
Minor indentation fix in code_statistics
2011-05-25 13:38:37 -07:00
Lee Reilly
03f418370a Typo; changed 'Febuary' to 'February' 2011-05-25 13:15:59 -07:00
Lee Reilly
1d637d2f48 Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed' 2011-05-25 13:15:18 -07:00
Lee Reilly
29ff12b738 Typo; changed 'enviroment' to 'environment' 2011-05-25 13:14:00 -07:00
Vijay Dev
2c29c40a0d prefer validates :x in place of validates_x_of 2011-05-26 00:31:29 +05:30
Vijay Dev
ffaefe2681 fixed minor errors 2011-05-26 00:16:09 +05:30
wycats
e144b3e3cf Renaming helper in the Rake task, but why is this needed in the first place? (paging JP) 2011-05-25 11:35:18 -07:00
Vijay Dev
548e5bafad fix indentation 2011-05-25 23:47:31 +05:30
Vijay Dev
492f60672c changes validates_format & numericality to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
f69d5cddf0 changes validates_inclusion & exclusion to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
34a05a701b changes validates_length_of to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
cc10dff1ad changes validates_confirmation_of to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
084750c2d0 changes validates_acceptance_of to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
deffc9d048 changes validates_uniqueness_of to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
45989b816e changes validates_presence_of to newer syntax 2011-05-25 22:17:36 +05:30
Vijay Dev
542cee3af6 fix incorrect textile syntax 2011-05-25 22:17:36 +05:30
Akira Matsuda
05adf524c6 Ensure RDoc::Task exists even if 'rdoc/task' was not required 2011-05-26 01:37:34 +09:00
Xavier Noria
ee46bb73d4 Merge pull request #1301 from amatsuda/require_rdoc_task_fail
require 'rake/rdoctask' if failed to require 'rdoc/task'
2011-05-25 08:26:09 -07:00
Akira Matsuda
24b28a2a0c 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-05-26 00:15:23 +09:00
José Valim
f116a4835b Merge pull request #1299 from cesario/mit-license
Ensure MIT-LICENSE is included in all the gemspec's
2011-05-25 06:42:46 -07:00
Franck Verrot
4633772a12 Add the MIT-LICENSE to the Active Support gemspec 2011-05-25 15:32:15 +02:00
Franck Verrot
85283f0592 Add the MIT-LICENSE to the Active Resource gemspec 2011-05-25 15:32:10 +02:00
Franck Verrot
64d977359d Add the MIT-LICENSE to the Active Record gemspec 2011-05-25 15:32:04 +02:00
José Valim
903f1f9035 Merge pull request #1298 from flippingbits/add_test_files_to_gemspec
Add test files to engine's gemspec
2011-05-25 06:29:00 -07:00
Stefan Sprenger
22be5ca8b9 Improve test assertion 2011-05-25 15:12:54 +02:00