Commit Graph

23639 Commits

Author SHA1 Message Date
Richard Hulse
0dc2c57bb3 [asset pipeline] Add resources to fingerprinting 2011-07-03 13:53:39 +12:00
Richard Hulse
cfbed13a61 [asset pipeline] what is fingerprinting section 2011-07-03 12:30:09 +12:00
Richard Hulse
870d07032f [asset pipeline] spelling ! 2011-07-03 09:44:50 +12:00
Richard Hulse
2a06de86fa [asset pipeline] Add new rationale section
This will contain details about fingerprinting.
2011-07-03 08:31:21 +12:00
Vijay Dev
2d022f0b0f Merge pull request #50 from wader/master
Fix arguments to get plugin help
2011-07-02 12:44:17 -07:00
Vijay Dev
2949e30a05 document handle_unverified_request method 2011-07-02 21:18:46 +05:30
Vijay Dev
007214cfb9 Revert "fix a typo"
Reason: Changelogs are not to be changed in docrails.

This reverts commit 0b8cdc16e0b7c3404a0e3470b580235023c53542.
2011-07-02 13:58:26 +05:30
Ray Baxter
0b8cdc16e0 fix a typo 2011-07-01 13:35:00 -07:00
Mattias Wadman
dfabd909c6 Fix arguments to get plugin help. Otherwise a plugin named "new" is created. 2011-07-01 07:58:04 -07:00
Matt Jankowski
7896ac35c0 general grammar cleanup of cache docs 2011-07-01 10:18:23 -04:00
Matt Jankowski
894cca5cc5 general formatting cleanup, and clarify that passing true as third option for benchmarking will stop output OTHER THAN the timing output itself 2011-07-01 10:05:45 -04:00
Richard Hulse
8de6ded7a5 [asset pipeline] refactor docs and add new content
This changes the document around and adds more details about
the rationale behind the pipeline. Still a WIP.
2011-07-01 22:34:17 +12:00
Vijay Dev
5fe67fa7a3 update doc about resetting the session in case of authenticity token mismatch 2011-07-01 00:00:38 +05:30
Vijay Dev
7744177919 Revert "Included w3c_validators gem and modified Migrations file"
This reverts commit 1028226b00a3671a465b510880bd186ae26b2e3d.

Reason: No code changes can be done in docrails.
2011-06-30 12:50:05 +05:30
Daniel Dyba
b367f961bb Merge pull request #49 from dyba/master
Separated the ActiveRecord Supported Types in a separate section
2011-06-29 23:21:09 -07:00
Daniel Dyba
1028226b00 Included w3c_validators gem and modified Migrations file 2011-06-29 23:04:02 -07:00
Akira Matsuda
7d3a61a0e2 correct invalid HAVING query
* GROUP BY value must appear in SELECT clause
* ("created_at < ?", 1.month.ago) wasn't a very good example for HAVING. you'd better use WHERE for such a simple condition
2011-06-29 08:36:04 +09:00
Akira Matsuda
cfab51c819 correct invalid GROUP BY query
GROUP BY value must appear in SELECT clause
2011-06-29 08:09:02 +09:00
Ryan Bigg
6a1803a14f [asset pipeline] Add production assets section 2011-06-28 08:25:14 +10:00
Ryan Bigg
9959fa2d15 [asset pipeline] Add examples of javascript_include_tag and stylesheet_link_tag 2011-06-28 08:24:59 +10:00
Ryan Bigg
703b00947d [Asset pipeline] Move external assets section down to 'Adding assets to your gems' section 2011-06-28 08:22:38 +10:00
Ryan Bigg
49bb053b17 [asset pipeline] production assets covered later in the guide 2011-06-28 08:15:41 +10:00
Ryan Bigg
87a709846e [asset pipeline] sections at the bottom of the asset pipeline guide should all be toplevel 2011-06-28 08:15:04 +10:00
Ryan Bigg
fb7ea76c1b [asset pipeline] Mention that hashed files are also picked up by Sprockets 2011-06-28 08:09:04 +10:00
Ryan Bigg
22b508d961 [asset pipeline] Cascade -> Cascading 2011-06-28 07:55:14 +10:00
Vijay Dev
adf334853f fix javascript case 2011-06-28 02:16:56 +05:30
Matt Jankowski
2fd1f2e843 clarify which url would be used to cache a page when options are not provided to #cache_page to determine that url 2011-06-26 19:44:55 -04:00
Matt Jankowski
eccd5cb610 elaborate on how web server configuration to check for static files on disk enables page caching to work without hitting the app server stack 2011-06-26 19:41:49 -04:00
Ray Baxter
8c110387f4 correct error message for failed creation 2011-06-26 15:16:29 -07:00
Vijay Dev
732690589e minor changes 2011-06-27 00:12:39 +05:30
Vijay Dev
798aa881af minor indentation fixes on a6293ff 2011-06-26 17:06:19 +05:30
Ryan Bigg
5f5feb27b6 Update changelog for querying guide 2011-06-26 15:54:12 +10:00
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
532c294dea replace find(all) with all 2011-06-26 02:24:35 +05:30
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
José Valim
d49622a1f2 Edited actionpack/actionpack.gemspec via GitHub 2011-06-23 07:38:41 -07:00
José Valim
5839122059 Merge pull request #1830 from arunagw/enum_fixes
Fixed Failing test : It should be Enumerable::Enumerator
2011-06-23 05:51:00 -07:00
Arun Agrawal
deb60a738c Using slice for instead of gsub to pass with 1.8.7 2011-06-23 18:17:37 +05:30
Mikhail Dieterle
06fe01a337 updated rspec link 2011-06-23 03:08:32 -07:00
Santiago Pastorino
87b548ccac Minor refactor 2011-06-23 00:35:54 -03:00
Santiago Pastorino
22e86c10d8 fixtures :all is already included in test_helper.rb 2011-06-23 00:35:25 -03:00
Santiago Pastorino
7f6eed0447 Merge pull request #1796 from jdeseno/master
link_to doesn't allow rel attribute when also specifying method
2011-06-22 20:34:33 -07:00
Santiago Pastorino
6b3342d971 Merge pull request #1798 from jeroenj/cachesweeper-fix
Fixes an issue where cache sweepers with only after filters would have no controller object
2011-06-22 10:48:19 -07:00
Joshua Peek
a1f8421060 Revert "Bump sprockets requirement"
This reverts commit 458512c8fa31196816dd2372fddecd0e0237c4c0.
2011-06-22 11:29:11 -05:00