Commit Graph

2853 Commits

Author SHA1 Message Date
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
Matthew Daubert
cb7677180b Minor typo describing engine helpers 2011-05-22 21:17:38 -04:00
Uģis Ozols
ad3e057e48 Remove duplicate words. 2011-05-20 20:26:20 +03: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
José Valim
2692d3278a Merge pull request #1112 from FLOChip/turn
add test case for turn gem for testunit.
2011-05-17 21:44:21 -07:00
Arun Agrawal
28cf893d6c Putting back mysql2 and sqlite3 in database.yml docs. In case people use "--skip-gemfile" 2011-05-18 10:00:27 +05:30
Teng Siong Ong
da29e0bfc2 don't include 'turn' gem in Gemfile if test unit is skipped. 2011-05-18 10:21:45 +08:00
Teng Siong Ong
ea306da4eb add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is used as long as RUBY_VERSION > '1.9'. 2011-05-18 10:08:34 +08:00
Santiago Pastorino
0a070a2444 Run bundle install once when using plugin_new --full --mountable. Closes #555 2011-05-17 18:29:20 -04:00
Jeremy Kemper
b77e032ccf Merge pull request #247 from goncalossilva/performance_test
Performance tests improved
2011-05-17 14:28:40 -07:00
José Valim
1d71c93f99 Merge pull request #1104 from colinyoung/master
Update Chicago mayor
2011-05-17 11:29:56 -07:00
Vishnu Atrai
0e1e831ecb instruct user to install using Gem file in database.yml templete issue #1103 2011-05-17 23:36:07 +05:30
Kevin Moore
523bac6dba Fix for sqlite3.yml, mysql.yml 2011-05-17 10:30:54 -07:00
Colin Young
5f19c42eb7 Updated seeds.rb file. 2011-05-17 12:30:04 -05:00
Akira Matsuda
4d1752bfb2 generate HTML5 number_field tag for integer fields 2011-05-16 23:45:39 +09:00
Xavier Noria
d491130236 Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	actionpack/lib/action_view/helpers/date_helper.rb
	railties/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt
2011-05-14 11:21:27 +02:00
Xavier Noria
cbe6e09f6a asking the user whether he is "offline" rather than "online" seems more natural as reaction to a potential missing network connection 2011-05-14 03:31:08 +02:00
Xavier Noria
959b7b0fea removes now unused method Rails::Generators::AppBase#dev_or_edge? 2011-05-14 02:49:20 +02:00
Xavier Noria
26cfd1f283 application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle 2011-05-14 02:37:41 +02:00
José Valim
a4a338167e Merge pull request #542 from guilleiguaran/1_9_hash_style
Use new hash syntax in wrap_parameters initializer under Ruby 1.9
2011-05-13 15:01:07 -07:00
Xavier Noria
c55d7ab9cb move bundler loading down to #bundle_command 2011-05-13 22:22:26 +02:00
Xavier Noria
b1ceffd7b2 run bundler programmatically rather than shelling out 2011-05-13 21:34:11 +02:00
Guillermo Iguaran
e987bc5469 Using new hash syntax in wrap_parameters initializer under Ruby 1.9 2011-05-13 00:44:48 -05:00
Akira Matsuda
acb3dbb241 eliminating the noise 2011-05-13 08:59:09 +09:00
Xavier Noria
2561a1f546 say something when running bundle commands
This is convenient because we buffer stdout. In particular
bundle install takes a while and generation just hangs there
with no indication of what's going on otherwise.
2011-05-13 01:06:27 +02:00
Xavier Noria
c88dddbe4d application and plugin generation run bundle check unless --skip-gemfile
The purpose of this feature is that the user knows whether
dependencies are satisfied. In particular, if they are not
he will be warned upfront, rather than finding out himself
in an abrupt way by trying to run something.
2011-05-13 01:06:27 +02:00
José Valim
b210d9e722 Merge pull request #532 from amatsuda/update_script
Revert "Delegate everything to the generator"
2011-05-12 13:15:05 -07:00
José Valim
2bff301753 Merge pull request #531 from amatsuda/update_javascripts
remove update:javascripts rake task
2011-05-12 12:44:39 -07:00
Akira Matsuda
00379ee998 Revert "Delegate everything to the generator"
This reverts commit 0904e8256864239f673bf91fce1cfffb9345ee61.

reason: rake rails:update:scripts fails due to this change
2011-05-13 04:05:44 +09:00
Akira Matsuda
9d8ce55e06 remove update:javascripts rake task
because javascript libraries are not bundled anymore, and create_javascript_files generator was already removed
2011-05-13 03:12:08 +09:00
David Heinemeier Hansson
27a61f4f2b The new release supposedly fixed things, but it is still b0rked -- comment out for now pending JPs investigation into whats up 2011-05-12 12:48:57 -05:00
David Heinemeier Hansson
2cf191bc76 Proper fix 2011-05-12 10:57:55 -05:00
David Heinemeier Hansson
244e4607f7 Fix the assets regexp for non-js/css files 2011-05-12 10:31:04 -05:00
Santiago Pastorino
f5fcfc2ab6 Merge pull request #521 from seanmccann/patch-1
Removed extra newline at end of development config file. (There were 2)
2011-05-11 17:03:57 -07:00
Santiago Pastorino
0979a7e680 Merge pull request #491 from arunagw/readme_changes
Some readme fixes as required.
2011-05-11 17:01:36 -07:00
Santiago Pastorino
b89f269957 Depend on master uglifier for now 2011-05-11 19:12:41 -03:00
Sean McCann
8a2f6f7470 Remove extra line at end of development config file. 2011-05-11 12:44:18 -07:00
Vijay Dev
a117ac431a fix spellings 2011-05-11 23:13:22 +05:30
Guillermo Iguaran
e78221f92d Adding .sass-cache to gitignore template 2011-05-10 15:46:03 -07:00
David Heinemeier Hansson
8567ab9098 Need it declared too 2011-05-10 14:30:02 -05:00
David Heinemeier Hansson
de286206c3 Include lib/assets for sprocket paths 2011-05-10 14:23:18 -05:00
Vijay Dev
e2390c08ce Use all in place of find(:all) 2011-05-10 10:08:31 -07:00
Arun Agrawal
9870afb37b Some readme fixes as required. 2011-05-10 22:00:06 +05:30
David Heinemeier Hansson
4de977117f Update sprocket comments 2011-05-10 11:23:35 -05:00
Vijay Dev
c3c852c2d8 s/javascript/JavaScript 2011-05-10 08:51:50 -07:00
Vijay Dev
8ce2844cbb minor fix in assets usage 2011-05-10 21:19:47 +05:30
Trent Ogren
973c6e2435 typo fix 2011-05-10 08:08:20 -07:00