Commit Graph

6589 Commits

Author SHA1 Message Date
Ryan Bigg
a6293ff259 Querying guide: add mention of scoped, unscoped and default_scope to querying guide 2011-06-26 15:41:11 +10:00
Ryan Bigg
1b089a083f Refer to sprockets + jammit as libraries, not gems 2011-06-26 15:41:11 +10:00
Vijay Dev
5a79ca660a fix typo in method name 2011-06-25 18:47:51 +05:30
Vijay Dev
2332aa6e18 Revert "add missing methods supported by reversible migrations using the change method"
This reverts commit 7f91eebae361f2f3a1558f6d899b372524509a2d.

Reason: Incorrect documenting. The newly added methods to the list are
not actually supported by reversible migrations.
2011-06-25 18:45:41 +05:30
Mohammad Typaldos
837a74bc0f Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-24 06:33:59 -07:00
Vijay Dev
7f91eebae3 add missing methods supported by reversible migrations using the change method 2011-06-24 12:31:14 +05:30
Alberto Perdomo
f1d77bad26 Action Mailer Basics Guide: Added example on using mail(:template_path => ..., :template_name => ...) to specify custom template files. 2011-06-23 17:57:48 +01:00
Xavier Noria
1f505a8ef2 Merge branch 'master' of git://github.com/lifo/docrails 2011-06-23 18:08:11 +02:00
Mikhail Dieterle
06fe01a337 updated rspec link 2011-06-23 03:08:32 -07:00
Santiago Pastorino
22e86c10d8 fixtures :all is already included in test_helper.rb 2011-06-23 00:35:25 -03:00
José Valim
16894982e3 Update CHANGELOG. 2011-06-22 12:52:46 -03:00
Vijay Dev
95f827f910 font style changes in perf guide 2011-06-22 19:40:51 +05:30
Mikhail Dieterle
98623a061e Fixed typo 2011-06-22 03:04:28 -07:00
Arun Agrawal
3534ea8d50 Tests added when no option is given with #jruby. It should generate
sqlite3 based app
2011-06-22 08:43:34 +05:30
Arun Agrawal
b2a19ad90b Making tests according to the changes #jruby 2011-06-22 08:15:12 +05:30
Arun Agrawal
b7bce739b1 Test added for jdbc-adapter 2011-06-22 08:04:18 +05:30
Nick Sieger
a85b9fafd1 Use non-'jdbc*' names so that db:create and db:drop work 2011-06-21 13:34:10 -07:00
Nick Sieger
4dd2d07d4a Convert database names to ones appropriate for JRuby 2011-06-21 13:34:07 -07:00
Nick Sieger
f12f756473 Add generic 'jdbc' database option 2011-06-21 13:34:03 -07:00
Nick Sieger
2b0b7260c7 Remove superfluous pg driver install instructions 2011-06-21 13:34:01 -07:00
James A. Rosen
7ca14ea398 Railties: added tests for rake assets:clean 2011-06-21 09:51:18 -07:00
James A. Rosen
d26cf14605 rake assets:clean also removes directories
See https://github.com/rails/rails/pull/1776#issuecomment-1402894,
2df2bfdb4b1165dce4b5bc3fe046147d793fead4, and
7440a254c4e724a5bbf6a0f4c8edb6d8d0432433.
2011-06-21 09:24:03 -07:00
José Valim
5a26b88645 Create an :assets group in the Gemfile.
This group is required by default only on development and test
(you can change it on config/application.rb).

`rake assets:precompile` will automatically add the assets group
to Rails.groups (and consequently Bundler.require) and should work
transparently.
2011-06-21 11:24:06 -03:00
José Valim
a803aec00d Add Rails.groups to encapsulate available groups for require. 2011-06-21 11:24:05 -03:00
Mohammad Typaldos
c01c954c20 Added Gzip to Asset Pipeline via GitHub 2011-06-21 04:23:35 -07:00
Mohammad Typaldos
fcebf9fd93 Sprockets itself doesn't compress 2011-06-20 23:29:39 -07:00
Mohammad Typaldos
2d4d9f1937 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-20 23:23:55 -07:00
Alexey Gaziev
91bbb8e956 Removed tests for rescue branch for Rails 2.x compatibility 2011-06-20 22:29:30 +04:00
Alexey Gaziev
78cd3f9ec2 Removed rescue branch for Rails 2.x compatibility 2011-06-20 20:13:52 +04:00
Alexey Gaziev
ca044113f3 Fix regexp in generators for right catching error message 2011-06-20 19:54:37 +04:00
José Valim
89b3293a54 Merge pull request #1784 from gazay/3-1-stable-shadowing-variables
Removing shadowing outer local variables warnings
2011-06-20 06:48:17 -07:00
Alexey Gaziev
87329ef67f Removed warnings about shadowing variables 2011-06-20 17:22:09 +04:00
Arun Agrawal
d3b7f4912b Closing </yaml> 2011-06-20 15:24:41 +05:30
James A. Rosen
7440a254c4 assets:clean task now cleans up images 2011-06-19 18:40:17 -07:00
Vijay Dev
5eac40bb75 document Active Record's reverse_order method 2011-06-20 02:12:21 +05:30
Vijay Dev
9513474e5e AR: use where in place of find 2011-06-20 01:42:43 +05:30
Vijay Dev
d1b448ed3f minor changes in getting started guide 2011-06-20 01:24:04 +05:30
Vijay Dev
427b07baa1 document the instance_reader option for class_attribute 2011-06-20 00:36:52 +05:30
Mohammad Typaldos
8d64aafa98 Consistency issues with pre-processor 2011-06-18 15:13:41 -07:00
Mohammad Typaldos
04daede85d Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 11:57:15 -07:00
Mohammad Typaldos
8bb7c86396 Let the reader know what JS and CSS stand for. Slight rewording as well. 2011-06-18 11:48:00 -07:00
Vijay Dev
5225227110 edit assets guide for cases & minor wording changes 2011-06-18 22:19:32 +05:30
Mohammad Typaldos
618802df71 Sprockets itself doesn't do this, it's uglifier and other gems, Sprockets is just the puppet master. 2011-06-18 09:00:13 -07:00
Mohammad Typaldos
4a36817b5d Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 08:58:38 -07:00
Scott Stewart
a637e1dcb1 Fixed typo in asset_pipeline, jquery_rails should be jquery-rails 2011-06-18 06:40:27 -07:00
Scott Stewart
0a45e24879 Edited railties/guides/source/asset_pipeline.textile via GitHub 2011-06-18 06:31:22 -07:00
Leonard Garvey
38aa153f9e Merge github.com:lifo/docrails 2011-06-18 21:20:19 +10:00
Leonard Garvey
fb9bfc2430 Fixed a typo in asset pipeline 2011-06-18 21:15:49 +10:00
Ryan Bigg
4f301b2540 Fix indentation on manifest examples in assets guide 2011-06-18 21:11:15 +10:00
Ryan Bigg
d746aea6f9 File needs to be at public/assets, not public/images 2011-06-18 21:10:21 +10:00