Commit Graph

23131 Commits

Author SHA1 Message Date
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 b921679d0dd3d5ca16f0362c2b34e7703cfe15e5
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
Stefan Sprenger
360b98f061 Remove whitespaces from empty line 2011-05-25 15:03:42 +02:00
Stefan Sprenger
5cf934eab5 Add test files to engine's gemspec 2011-05-25 15:03:07 +02:00
José Valim
41eac9b3f6 Merge pull request #1260 from flippingbits/master
Remove shebang from the template
2011-05-25 05:40:31 -07:00
Jeff Cohen
727a5a7c82 Replace old wording about http requests 2011-05-25 07:31:45 -05:00
José Valim
b145a725f8 Merge pull request #1297 from cesario/1294-allocated-object-cant-be-inspected
#1294 : allocated object cant be inspected [closes #1294]
2011-05-25 05:02:15 -07:00
Franck Verrot
b2db8740ea Fix the AR::Base#inspect method [closes #1294] 2011-05-25 13:54:38 +02:00
Franck Verrot
bf159aa5fc Test AR::Base#inspect on an allocated object not yet initialized 2011-05-25 13:53:51 +02:00
José Valim
b1bb9d1738 Merge pull request #1293 from janx/master
Fix Rails::Paths::Root documentation
2011-05-25 02:17:10 -07:00
José Valim
9562c0f899 Merge pull request #1292 from arunagw/database_generators
Database.rake file fixed for load_generators
2011-05-25 02:12:54 -07:00
Jan Xie
a984050570 fix Rails::Paths::Root document 2011-05-25 16:40:45 +08:00
Arun Agrawal
5d89675099 Database.rake file fixed for load_generators 2011-05-25 13:57:44 +05:30
José Valim
144d1b8b0d Merge pull request #1290 from arunagw/load_generators_use
Using load_generators
2011-05-25 00:58:37 -07:00
Arun Agrawal
d9204c1391 Using load_generators 2011-05-25 13:13:24 +05:30
José Valim
460ce7d7ea Use load_generators instead. 2011-05-25 09:30:41 +02:00
Vijay Dev
31bb347e77 update language env variable name 2011-05-25 12:51:56 +05:30
José Valim
3b2ee3b2bc Merge pull request #1288 from guilleiguaran/railties-deprecations
Remove Railties deprecated methods
2011-05-25 00:10:47 -07:00
José Valim
a5ee94f6a2 Merge pull request #1287 from guilleiguaran/removing-test_load_generators_from_railties
load_generators_from_railties was removed, remove test with error about it
2011-05-25 00:05:32 -07:00
Mohammad El-Abid
99dd117d62 Adds outline draft#1 for the Asset Pipeline, please comment if you have thoughts about it! 2011-05-25 02:10:14 -04:00
Guillermo Iguaran
944aee7bb1 Removing deprecated config.generators in Rails::Railtie 2011-05-25 00:11:56 -05:00
Guillermo Iguaran
6e1dbb87ef Remove deprecated plugin generator 2011-05-24 23:03:01 -05:00
Guillermo Iguaran
ce350de56e Removing Deprecated Path API tests 2011-05-24 23:03:01 -05:00
Guillermo Iguaran
685a9195aa Removing deprecated config.paths.app.controller API 2011-05-24 23:02:48 -05:00
Guillermo Iguaran
ce4afa25b4 load_generators_from_railties was removed, remove failing test_load_generators_from_railties 2011-05-24 22:03:10 -05:00
Aaron Patterson
c29ce8add0 Merge pull request #1286 from arunagw/fixed_failing_generators_test
Fixed failing tests for generators_test
2011-05-24 19:52:24 -07:00
Arun Agrawal
c302670c84 fixed test_deliver_is_notified need base_mailer 2011-05-25 08:01:56 +05:30
Arun Agrawal
8e55d3e8d0 Fixed failing tests for generators_test 2011-05-25 07:55:20 +05:30
Josh Kalderimis
542114e1d8 removed deprecated methods, and related tests, from ActiveRecord 2011-05-25 02:29:32 +02:00
José Valim
52e01fc59d Everyone receives app as argument for consistency. 2011-05-25 01:37:55 +02:00
José Valim
76cebf2e53 Actually this file may be invoked directly as well with --dev. 2011-05-25 01:27:00 +02:00
José Valim
594b749f3c Streamline generators initialization flow. 2011-05-25 01:16:50 +02:00
wycats
d1d34ce499 Update default Gemfile to point to sass-rails, not sass 2011-05-24 16:12:41 -07:00
Jon Leighton
c69111ba5f Fix infinite recursion where a lazy default scope references a scope. Fixes #1264. 2011-05-25 00:08:14 +01:00