José Valim
26703f4905
Merge pull request #1165 from arunagw/rubyforge_remove
...
Not updating rubyforge for new versions.
2011-05-21 04:55:37 -07:00
Andrew White
89d7133082
Correct example and expand on description of :shallow option for resources
2011-05-21 07:11:47 +01:00
José Valim
e4bcd5e7eb
Merge pull request #1177 from joshk/ruby19_warnings
...
Fixed some ruby 19 warnings
2011-05-20 22:24:49 -07:00
Josh Kalderimis
c659505368
fixed some ruby 19 warnings, including circular requires and variable name reuse
2011-05-21 01:23:17 -04:00
José Valim
5eadb4d73d
Temporarily ship with ContentLength middleware.
2011-05-20 22:20:51 +02:00
Arun Agrawal
f72f591c8c
Not updating rubyforge for new versions. Result of "gem list -d rails" is not useful.
2011-05-20 17:43:40 +05:30
Arun Agrawal
36e330b215
Sprockets version update.
2011-05-19 23:46:26 +05:30
José Valim
bcdb68155a
Merge pull request #1151 from joshk/wrap_params_options_change
...
renamed the wrap_parameters :only and :except options to :include and :ex
2011-05-19 07:51:11 -07:00
Josh Kalderimis
968596fa7f
renamed the wrap_parameters :only and :except options to :include and :exclude to make it consistent with controller filters
2011-05-19 10:33:25 -04:00
steve
2d50887b24
adding test
2011-05-19 10:33:18 -04:00
steve
7c000af867
fixing sym and string cookie name, two cookies to browser bug.
2011-05-19 09:49:16 -04:00
Arun Agrawal
e3eaeb490a
Example Usage updated for actionpack and actionmailer.
2011-05-19 09:17:49 +05:30
Arun Agrawal
8630cd420c
README updated for for => each
2011-05-19 09:03:46 +05:30
Xavier Noria
b13d24e5b9
Merge branch 'master' of git://github.com/lifo/docrails
2011-05-18 22:50:44 +02:00
Prem Sichanugrist
6d3b89b372
Update Rack::Mount to 0.8.1
2011-05-18 11:32:34 -04:00
José Valim
324f1451b0
Dump and load rack-cache stuff.
2011-05-17 17:33:17 -04:00
Jeremy Kemper
b77e032ccf
Merge pull request #247 from goncalossilva/performance_test
...
Performance tests improved
2011-05-17 14:28:40 -07:00
Joshua Peek
1d8d799a01
Bump sprockets dependency
2011-05-17 17:20:27 -04:00
Joshua Peek
59baf2fc9c
Remove old call to sprockets context
2011-05-17 17:19:33 -04:00
José Valim
b81f77e2e2
Merge pull request #1093 from lucasmazza/patch-1
...
Using the correct CSS compressor for the yui-compressor gem.
2011-05-17 11:58:19 -07:00
José Valim
760dec17be
Use anonymous? that works on both Ruby 1.8 and 1.9.
2011-05-17 14:51:44 -04:00
Vijay Dev
110a066bb4
fix coding error in readme reported in rails GH #980
2011-05-17 17:52:40 +05:30
David Chelimsky
13950a8cc9
add more robust test for wrapping params with anonymous class
2011-05-17 06:57:14 -04:00
Andy Lindeman
ee82e1c301
Add fix for error when an anonymous controller subclasses ApplicationController
2011-05-17 06:57:04 -04:00
David Chelimsky
14d5e3e459
better test name
2011-05-17 06:56:53 -04:00
David Chelimsky
29e8ca3698
add failing test for https://github.com/rails/rails/issues/1089
2011-05-17 06:56:46 -04:00
Lucas Mazza
79249f590d
Using the correct CSS compressor for the yui-compressor gem.
2011-05-16 15:19:44 -07:00
José Valim
d043d65396
Merge pull request #570 from sikachu/decouple_actionpack
...
Make ParamsWrapper use a well-defined API and not rely on AR methods
2011-05-15 16:13:29 -07:00
Prem Sichanugrist
d77b306b63
Make ParamsWrapper calling newly introduced Model.attribute_names instead of .column_names
2011-05-15 19:07:44 -04:00
José Valim
6e581cce1c
Merge pull request #568 from carlosantoniodasilva/fields_for_fixes
...
Fields for fixes for non nested attributes and without object
2011-05-15 15:51:20 -07:00
Xavier Noria
dde82a44d7
Merge branch 'master' of git://github.com/lifo/docrails
2011-05-15 22:23:40 +02:00
Prem Sichanugrist
3bed43c6a5
Do not try to call column_names on the abstract class.
...
Normally the table for abstract class won't be existed, so we should not trying to call `#column_names` on it.
2011-05-15 00:41:20 -04:00
Carlos Antonio da Silva
82f33dce9c
Use record_name to make fields for methods more consistent
2011-05-14 22:18:36 -03:00
Carlos Antonio da Silva
f0479cbbd5
Refactor fields_for to make the api more clear, and fix usage with non nested attributes and without object
2011-05-14 22:09:12 -03:00
Pirogov Evgenij
4b10585128
Clean up redundant backslashes
2011-05-14 15:40:32 -07:00
Carlos Antonio da Silva
6871cda693
Cleanup instantiate builder method definition
2011-05-14 17:23:34 -03:00
Tom Ward
6d96124284
Reset ActiveRecord::LogSubscriber runtime at the start of each request
...
Previously the runtime was reset implicitly when #cleanup_view_runtime was called at the end of most requests. However, this doesn't happen when the request redirects, or send_file is called. Consequently, the ActiveRecord runtime recorded in the logs included the time taken for both the current request and the previous redirect. Explicitly resetting at the start of each request ensures that this can't happen, no matter what occurs previously.
2011-05-14 10:39:01 +01:00
Tom Ward
518ffcd168
Escape regex in controller_runtime_test to actually check that the ActiveRecord message appears
2011-05-14 10:39:01 +01: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
e5524d538c
minor edits after going through what's new in docrails
2011-05-14 11:15:43 +02:00
Jason Dew
6b07d7f9da
typo
2011-05-13 17:15:29 -07:00
Vishnu K. Sharma
a4041c5392
rack_mount upgrade to new version 0.8.0
2011-05-13 10:44:08 -07:00
Piotr Sarnacki
2a98fd96aa
Merge pull request #538 from arunagw/update_rack_mount
...
Update rack mount
2011-05-13 02:55:22 -07:00
Joshua Peek
e2c4282fbf
Update for sprockets/master context class api
2011-05-12 22:05:46 -05:00
Arun Agrawal
975fd5669d
rack-mount gem updated.
2011-05-13 08:01:16 +05:30
Nick Sutterer
e1ceae576e
added an example for AC::UrlFor usage to make usage simpler.
2011-05-12 09:58:26 +02:00
Nick Sutterer
e3b3f416b5
added docs for AbC::UrlFor and AC::UrlFor.
2011-05-12 09:31:36 +02: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
David Lee
8366cabd65
Test csrf token param name customization
2011-05-10 18:24:14 -07:00
Sebastian Martinez
ab880b9eb0
Follow code conventions on docs
2011-05-10 20:55:31 -03:00