Commit Graph

2896 Commits

Author SHA1 Message Date
Rohit Arondekar
3035f72d17 Upcoming version of Rails is upon us so no need to refer to it. [API DOCS] 2011-06-03 21:54:33 -07:00
Vijay Dev
d0355ed5a9 add alias info for runner command 2011-06-02 01:10:11 +05:30
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
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
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
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
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
Jan Xie
a984050570 fix Rails::Paths::Root document 2011-05-25 16:40:45 +08: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
685a9195aa Removing deprecated config.paths.app.controller API 2011-05-24 23:02:48 -05: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
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
Vijay Dev
b921679d0d fixes Rake::RDocTask deprecation warnings from rake 0.9.0 2011-05-25 00:49:22 +05:30
David Heinemeier Hansson
67e12eb378 The asset pipeline is always on for new apps, dont need the legacy js ext stuff 2011-05-24 07:45:54 -05:00
dmathieu
3d9d9f86f5 create the dummy app if there's no test_unit but there's a dummy_path 2011-05-24 13:18:27 +02:00
Stefan Sprenger
ab0d2f2d62 Remove shebang from the template since it's already added by the
generator
2011-05-24 12:34:05 +02:00
Stefan Sprenger
e3d7751b54 Add folders app and config to the engine's gemspec if they're available 2011-05-24 09:06:48 +02:00
Guillermo Iguaran
505e115b4c Removed extra white-spaces on config/environment/test.rb template 2011-05-23 22:38:02 -07:00
Guillermo Iguaran
e9f9bf015e Removing extra white-spaces on config/environment/development.rb template 2011-05-23 22:35:47 -07:00
Jon Leighton
1170cceaae Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.) 2011-05-23 20:25:44 +01:00
Jon Leighton
d411c85a65 Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01:00
Josh Kalderimis
eff5d9aed4 Removed AS core_ext/kernel/requires as it's not used and is bad practice. 2011-05-23 15:31:33 +02:00
José Valim
6e5eedeb12 Move content length to the server, this brings the same behavior as in rack 1.2. 2011-05-23 10:28:00 +02:00
Matthew Daubert
cb7677180b Minor typo describing engine helpers 2011-05-22 21:17:38 -04:00
Arun Agrawal
69bad8f517 Let's load jruby-openssl now for all. #jruby 2011-05-22 15:49:30 +05:30
David Heinemeier Hansson
82857adc56 Bump versions for rc1 2011-05-21 20:56:52 -05:00
David Heinemeier Hansson
8b719cf3f7 Merge pull request #1174 from bilts/fix-rake-dsl
Make Rake::DSL methods available within Railtie rake_tasks block (so we're compatible with Rake 0.9.0).
2011-05-21 09:57:37 -07:00
David Heinemeier Hansson
eba978ca50 Uglifier works properly now with 0.5.4 2011-05-21 11:23:54 -05:00
Patrick Quinn
e290835667 Make Rake::DSL methods available within Railtie rake_tasks block
Fixes incompatibility introduced by Rake 0.9.0
2011-05-20 22:58:05 -04:00
José Valim
5eadb4d73d Temporarily ship with ContentLength middleware. 2011-05-20 22:20:51 +02:00
Uģis Ozols
ad3e057e48 Remove duplicate words. 2011-05-20 20:26:20 +03:00
Joshua Peek
54823fe6b9 Use sprockets prepend_path if its available 2011-05-19 21:50:07 -05:00
José Valim
e4ebded5bc Use Rack::ContentLength. 2011-05-19 12:35:07 -04:00
Michael Koziarski
feddf311dc Merge pull request #1118 from amatsuda/pp_console
always enable `pp` on the Rails console
2011-05-19 09:05:08 -07:00
Akira Matsuda
32b9cefb63 parenthesize the arguments with splat
to make sure we're not calling the :* operator
2011-05-18 23:19:13 +09:00
Akira Matsuda
9aa10a79f9 initialize @inside_template
fixes: "warning: instance variable @inside_template not initialized"
2011-05-18 23:19:13 +09:00
Akira Matsuda
22ed6cb798 for ... in => .each
I believe this is more modern way
2011-05-18 21:08:08 +09:00
Akira Matsuda
d54c7781f2 always enable pp on the Rails console 2011-05-18 16:51:42 +09:00