Aaron Patterson
|
b2e7d1e41e
|
surrounding scope_for_create behavior
|
2010-11-30 15:44:30 -08:00 |
|
Aaron Patterson
|
7ff980031b
|
scope_for_create always returns something
|
2010-11-30 15:39:49 -08:00 |
|
Aaron Patterson
|
dccf624b64
|
Ruby 1.8, how does it work?
|
2010-11-30 15:20:27 -08:00 |
|
Aaron Patterson
|
c856e25b32
|
removing arel 1.0 compatibility
|
2010-11-30 14:56:53 -08:00 |
|
Aaron Patterson
|
3ad0779e56
|
testing combined nodes are not traversed
|
2010-11-30 14:56:32 -08:00 |
|
Aaron Patterson
|
795dc3d15f
|
adding more tests surrounding where_values_hash
|
2010-11-30 14:47:55 -08:00 |
|
Aaron Patterson
|
6c32290bac
|
testing Relation#table_name
|
2010-11-30 14:29:35 -08:00 |
|
Aaron Patterson
|
bfc398cb70
|
adding a test for ActiveRecord::Relation
|
2010-11-30 14:10:55 -08:00 |
|
Aaron Patterson
|
b7a9890d77
|
fix whitespace errors
|
2010-11-30 13:38:48 -08:00 |
|
Aaron Patterson
|
8998aea4b7
|
making relationship merge cheaper
|
2010-11-30 13:31:00 -08:00 |
|
Aaron Patterson
|
b6848b6491
|
cleaning up where_values_hash
|
2010-11-30 12:05:02 -08:00 |
|
Krekoten' Marjan
|
a9b666b51d
|
Fix generation of wrong json string when field has multiple errors
|
2010-12-01 00:03:42 +08:00 |
|
Aaron Patterson
|
76a15dd059
|
adding more tests surrounding where values hash
|
2010-11-29 16:41:02 -08:00 |
|
Aaron Patterson
|
9f2e885ce8
|
testing attributes applied by default_scope
|
2010-11-29 13:32:02 -08:00 |
|
Aaron Patterson
|
aae3c35384
|
removing interpolate_sql from join associations
|
2010-11-29 10:58:21 -08:00 |
|
Aaron Patterson
|
439a7dc0e6
|
moving method to subclass that actually uses the method
|
2010-11-29 10:39:33 -08:00 |
|
John Hawthorn
|
28896a9f4a
|
test case on has_one :through after a destroy
[#6037 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-11-29 10:48:48 +01:00 |
|
José Valim
|
e444439fe2
|
Partialy revert f1c13b0dd7
|
2010-11-28 16:55:53 +01:00 |
|
José Valim
|
31906eecdf
|
Fix tests on 1.9.2.
|
2010-11-28 12:48:50 +01:00 |
|
José Valim
|
a4c360e8c7
|
trailing star mimes should respect the order in which mime types are defined.
|
2010-11-28 11:54:00 +01:00 |
|
Xavier Shay
|
76053fe4d1
|
Allow http templates again, fix the broken test
[#5926 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
|
2010-11-27 22:05:35 -02:00 |
|
José Valim
|
927c582acf
|
Update CHANGELOG.
|
2010-11-27 08:12:49 -08:00 |
|
Mikel Lindsaar
|
667bcac439
|
Application templates should work with HTTPS too
|
2010-11-27 22:16:15 +11:00 |
|
Xavier Noria
|
fd83f9d515
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2010-11-27 07:43:59 +01:00 |
|
Ryan Bigg
|
c8c95fc519
|
Add methods for configuring middleware to config guide
|
2010-11-27 08:29:29 +11:00 |
|
Ryan Bigg
|
3ee0f0379c
|
Add "Configuring Middleware" section to config guide, starting with mentioning what every bit of middleware does.
|
2010-11-27 08:15:29 +11:00 |
|
Ryan Bigg
|
167964149e
|
Add explicit statement that verify_authenticity_token can be turned off for actions.
|
2010-11-27 07:57:10 +11:00 |
|
Ryan Bigg
|
6aa408e11c
|
Add mention of config.serve_static_assets to config guide
|
2010-11-27 07:57:10 +11:00 |
|
Andrés Mejía
|
3a50799ab8
|
Mentioning catch with Bundler remembering options between different calls
|
2010-11-26 17:16:52 +01:00 |
|
Andrés Mejía
|
fe2103a1c8
|
Added missing word.
|
2010-11-26 14:11:28 +01:00 |
|
Aditya Sanghi
|
5b9f6a74db
|
Resolving LH #5986, cookies doc updates
|
2010-11-26 16:41:33 +05:30 |
|
José Valim
|
ce9456eca0
|
Only convert direct hash instances in hash with indifferent access.
|
2010-11-26 11:56:52 +01:00 |
|
Ryan Bigg
|
8d6ac59d58
|
Added documentation for config.generators to the config guide
|
2010-11-26 18:06:14 +11:00 |
|
Ryan Bigg
|
72e973ebbc
|
Add mention of after_initialize to the config guide
|
2010-11-26 17:03:14 +11:00 |
|
Ryan Bigg
|
6bb462861f
|
There is no more load_application_initializers in Rails 3
|
2010-11-26 16:46:06 +11:00 |
|
Ryan Bigg
|
ff04f6fee4
|
root_path is now simply root in Rails 3
|
2010-11-26 15:09:17 +11:00 |
|
Ryan Bigg
|
788fdb2ac1
|
Update Changelog for configuring guide
|
2010-11-26 14:57:16 +11:00 |
|
Ryan Bigg
|
1d5db09ca7
|
There is no RAILS_GEM_VERSION environment variable or constant for Rails 3, since this is now managed by Bundler
|
2010-11-26 14:55:56 +11:00 |
|
Ryan Bigg
|
e96a64fb39
|
There is no config.action_mailer.default_implicit_parts_order method for Rails 3
|
2010-11-26 14:53:12 +11:00 |
|
Ryan Bigg
|
d0006121c5
|
Mention the default config.action_mailer.default options in Configuration guide
|
2010-11-26 14:43:16 +11:00 |
|
Ryan Bigg
|
66aefed136
|
There is no config.action_mailer.default_content_type method for Rails 3
|
2010-11-26 14:32:36 +11:00 |
|
Ryan Bigg
|
926d64e8b3
|
There is no config.action_mailer.default_charset method for Rails 3
|
2010-11-26 14:32:20 +11:00 |
|
Ryan Bigg
|
8d1c56148f
|
Merge branch 'master' of github.com:lifo/docrails
* 'master' of github.com:lifo/docrails:
Fix missing word in ActionMailer::Base documentation.
|
2010-11-26 14:26:29 +11:00 |
|
Ryan Bigg
|
e968acc21c
|
Update ActionMailer documentation to not use deprecated template_root method as documentation, but rather raise_delivery_errors method
|
2010-11-26 14:25:46 +11:00 |
|
Ryan Bigg
|
8b49fae3ea
|
There is no config.action_mailer.template_root method for Rails 3
|
2010-11-26 14:24:51 +11:00 |
|
Ryan Bigg
|
3d8d21b513
|
There is no config.action_view.warn_cache_misses method for Rails 3
|
2010-11-26 14:23:40 +11:00 |
|
Ryan Bigg
|
b4ec8ad09c
|
Separate Action Dispatch and Action Pack sections in Configuration Guide.
|
2010-11-26 14:22:24 +11:00 |
|
Ryan Bigg
|
3eec4d4f93
|
There is no config.action_controller.optimize_named_routes method for Rails 3
|
2010-11-26 14:20:33 +11:00 |
|
Ryan Bigg
|
f1406a905a
|
There is no config.action_controller.resource_path_names method for Rails 3
|
2010-11-26 14:19:17 +11:00 |
|
Ryan Bigg
|
33298d8e38
|
There is no config.action_controller.params_parser method for Rails 3. This is now handled by the ActionDispatch::ParamsParser middleware.
|
2010-11-26 14:16:57 +11:00 |
|