Commit Graph

23612 Commits

Author SHA1 Message Date
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 7f91eebae3.

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 458512c8fa.
2011-06-22 11:29:11 -05:00
Jeroen Jacobs
93ff522120 Tests only after filters in cache sweepers 2011-06-22 18:00:46 +02:00
José Valim
16894982e3 Update CHANGELOG. 2011-06-22 12:52:46 -03:00
Aaron Patterson
09866cef17 Merge pull request #1790 from ernie/reverse_sql_order_fix
Support reversal of ARel orderings in reverse_sql_order
2011-06-22 08:30:52 -07:00
Matt Jankowski
3eaed28c5f grammar changes in named routes description and clarity around possibilities for options 2011-06-22 11:00:56 -04:00
Vijay Dev
95f827f910 font style changes in perf guide 2011-06-22 19:40:51 +05:30
Xavier Noria
5654f6870a Merge pull request #1750 from dmathieu/non_string_methods
Calling unsafe methods which don't return a string shouldn't fail
2011-06-22 06:30:56 -07:00
Matt Jankowski
3cfbf544ea grammar changes to log subscriber docs 2011-06-22 09:27:22 -04:00
Damien Mathieu
9fadf385d8 calling unsafe methods which don't return a string shouldn't fail 2011-06-22 15:26:21 +02:00
Matt Jankowski
32de3b8119 move example code to be above reconfiguring discussion; add clarity about silencers and filters; misc grammar changes - for backtrace cleaners 2011-06-22 09:06:05 -04:00
José Valim
53444b861c Merge pull request #1813 from arunagw/jruby_tests
Tests Added for jdbc option added for Jruby
2011-06-22 05:02:52 -07:00
Mikhail Dieterle
98623a061e Fixed typo 2011-06-22 03:04:28 -07:00
José Valim
3c8c379848 Merge pull request #1778 from spohlenz/hash-models
Fix nested fields_for when Hash-based model is passed.
2011-06-22 02:33:12 -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
Sam Pohlenz
237f87089c Use real hash model in nested fields_for with hash model test 2011-06-22 10:54:45 +09:30
Aaron Patterson
6404f8a194 Merge pull request #1811 from nicksieger/more-jruby-gem-for-database-fixes-master
More jruby gem for database fixes master
2011-06-21 13:39:18 -07:00
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
Matt Jankowski
db4f0ac025 use present tense on examples 2011-06-21 15:12:11 -04:00
José Valim
d6f1291f48 Require helpers so autoload is properly setup. 2011-06-21 15:21:21 -03:00
Aaron Patterson
ceb5bbbafc Merge pull request #1632 from tardate/pg_schema_fu
Improving PostgreSQL adapter schema-awareness
2011-06-21 10:22:20 -07:00
José Valim
e369682ef1 Merge pull request #1793 from jamesarosen/clean_images
rake assets:clean also removes directories
2011-06-21 10:00:31 -07:00
James A. Rosen
7ca14ea398 Railties: added tests for rake assets:clean 2011-06-21 09:51:18 -07:00
Joshua Peek
458512c8fa Bump sprockets requirement 2011-06-21 11:27:06 -05:00