Commit Graph

22927 Commits

Author SHA1 Message Date
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
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
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
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
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
wycats
d21fef324b Hide css:* and the default stylesheet from rails g 2011-05-24 16:04:28 -07:00
wycats
c1df4425b6 Update generator config to support hiding namespaces and pass the app into generator blocks 2011-05-24 16:04:28 -07:00
tomhuda
74ade51eee Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8).
* Sass gem registers a compressor
* Sass gem registers generators for assets and scaffold
* Create a default stylesheet_engine ("css") for apps that remove the Sass gem
2011-05-24 16:04:28 -07:00
tomhuda
88cb89056b Change compressor API so that plugins can register default compressors for their stylesheet or JS engines and still allow the user to turn off compression 2011-05-24 16:04:28 -07:00
José Valim
4b86e7bab0 Merge pull request #1283 from joshk/actiom_mailer_tests_fixed
corrected/fixed the ActionMailer tests
2011-05-24 16:01:25 -07:00
Josh Kalderimis
21317d8824 corrected the ActionMailer tests which broke due to some code removed from ActionPack 2011-05-25 00:57:50 +02:00
José Valim
6f413d87b2 Merge pull request #1281 from joshk/removed_action_pack_deprecations
removed deprecated methods, and related tests, from ActionPack
2011-05-24 15:40:08 -07:00
Jon Leighton
ce37f747cd Merge pull request #1254 from pixeltrix/ignore-includes-in-through-scope
Ignore :includes on through associations
2011-05-24 15:34:28 -07:00
Jon Leighton
a000ff7a50 Ensure that the surrounding code in Relation#to_a respects the default_scope (as well as having Relation#arel respect the default scope). Fixes #1233. 2011-05-24 23:29:44 +01:00
Andrew White
f1f1ab77df Failing tests for #1233. 2011-05-24 23:25:21 +01:00
Josh Kalderimis
d182b6ee9c removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
José Valim
90f59b24dc Merge pull request #1279 from dasch/patch-2
Use quotes consistently in Gemfile
2011-05-24 13:32:37 -07:00
José Valim
eff0fdfd60 Merge pull request #1279 from dasch/patch-2
Use quotes consistently in Gemfile
2011-05-24 13:29:48 -07:00
Daniel Schierbeck
ef8c2a89a5 Also use double quotes for #source 2011-05-24 13:29:29 -07:00
Daniel Schierbeck
962936c56b Use quotes consistently in Gemfile 2011-05-24 13:27:43 -07:00
José Valim
b3f51e3b1c Merge pull request #1239 from alindeman/master
Use set data structure to speed up circular reference checks on large/deeply nested objects
2011-05-24 12:59:06 -07:00