Ryan Bigg
c24e5548fd
Querying guide: mention that performing a where on an relation that contains an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query
2011-03-22 12:16:13 +11:00
Gabriel Horner
6c309f04c9
Beef up Rails::Railtie::Configuration docs
2011-03-19 19:53:36 -04:00
Paco Guzman
f3666040a0
remove bank line
2011-03-18 11:29:52 +01:00
Nicolas Cavigneaux
3edba71895
Add link to mailing-list
2011-03-16 13:04:39 +01:00
Manuel Meurer
64fe0d4cba
Remove incorrect comment that a default value of NULL cannot be set with change_column_default.
2011-03-16 11:01:43 +07:00
Gabriel Horner
61781d84c1
doc :anchor option for #match in routes
2011-03-15 09:23:17 -04:00
Xavier Noria
21b12d89a6
Merge branch 'master' of git://github.com/lifo/docrails
2011-03-14 22:09:52 +01:00
Xavier Noria
a0826cceea
be be -> be
2011-03-14 22:06:27 +01:00
Xavier Noria
de5e41f855
move the tips about :allow_(nil|blank) near their explanations, also no need to say these are options for all validators if they are not
2011-03-14 22:03:23 +01:00
Jack Dempsey
dfa9e28113
silence @dummy_path not defined warnings
2011-03-14 02:54:44 +08:00
Jack Dempsey
88d8ca2ef9
use parens and silence ambiguous args warnings
2011-03-14 02:54:44 +08:00
Anders Elfving
9b64399684
Adjust unique constraint comment to include info about the RecordNotUnique exception
2011-03-13 11:49:56 +01:00
Andrew White
47871b025e
Remove invalid test
...
The test fails on PostgreSQL when trying to load the records as
the comments_count field is not included in the GROUP BY clause.
2011-03-13 08:43:19 +00:00
Manuel Meurer
deae670e9a
Change ActionView::ViewPathSet to ActionView::PathSet
2011-03-13 15:14:51 +07:00
Lars Smit
c540b35441
Removed double texts
2011-03-13 09:07:23 +01:00
José Valim
9f5b1e1ed0
Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free."
...
This reverts commit 46f6a2e388 .
Caused failures on CI. rake test:isolated on activesupport directory show them.
2011-03-13 08:35:50 +01:00
Santiago Pastorino
157c37f558
Refactor length validation
2011-03-12 21:12:44 -02:00
Andriy Tyurnikov
f48d3d4df6
length validation for fixnums
...
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2011-03-12 21:12:44 -02:00
Chris Oliver
015192560b
Fixed a bug when empty? was called on a grouped Relation that wasn't loaded
...
[#5829 state:resolved]
Signed-off-by: Andrew White <andyw@pixeltrix.co.uk >
2011-03-12 22:31:21 +00:00
Rolf Timmermans
1a3fe8ce42
Prevent callbacks in child classes from being executed more than once.
2011-03-13 01:35:29 +08:00
Rolf Timmermans
46f6a2e388
It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free.
2011-03-13 01:33:10 +08:00
Mike Gehard
58de03f077
Add additional text to NotImplementedErrors [ #6328 state:resolved]
...
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2011-03-12 13:43:23 -02:00
Rolf Timmermans
63c8ea9a6a
adds a couple of missing AS dependencies
2011-03-12 14:30:09 +01:00
Aaron Patterson
acd4bfb537
Just define methods directly on the class rather than use the module
...
indirection.
clever--
2011-03-11 18:16:47 -08:00
Aaron Patterson
89c5b9aee7
do not automatically add format to routes that end in a slash
2011-03-11 18:06:22 -08:00
Paco Guzman
0a51e43866
remove some blanks
2011-03-11 23:08:55 +01:00
José Valim
53794cf7b5
Add missing require 'thread' to BufferedLogger.
2011-03-11 13:29:39 -08:00
Samuel Kadolph
94031ef422
Add require 'date' to use Date.today in plugin template MIT-LICENSE
2011-03-12 03:27:42 +08:00
Prem Sichanugrist & Xavier Noria
68802d0fbe
Filter sensitive query string parameters in the log [ #6244 state:committed]
...
This provides more safety to applications that put secret information in the query string, such as API keys or SSO tokens.
Signed-off-by: Xavier Noria <fxn@hashref.com >
2011-03-11 00:16:18 +01:00
Mike Gehard
ee7c48678f
Minor formatting changes and remove a comment
2011-03-10 10:08:30 -05:00
Vijay Dev
439ccdc3cf
update plugin urls to reflect official maintainers
2011-03-10 19:58:55 +05:30
David Aaron Fendley
6fba542f44
Added note re: functional tests and HTTP methods.
2011-03-09 18:06:50 -06:00
Santiago Pastorino
51a269b228
Fix typo
2011-03-09 20:17:30 -02:00
Diego Carrion
8e73e589a8
publicise ActionMailer::MailHelper.format_paragraph
...
[#6550 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2011-03-09 18:36:39 -02:00
Diego Carrion
f65023cbda
expose ActionMailer::MailHelper in the RDoc
2011-03-09 14:56:44 -03:00
Xavier Noria
ebe4fa5fbe
move the conditional definition of Float#round down
...
Rails 3 cherry-picks as little as possible from Active Support. In particular
the framework requires the files where extensions are exactly defined, rather
than convenience entry points like float.rb and friends. Because of that, it
is better to define conditionally rather than require conditionally.
2011-03-09 18:51:54 +01:00
Xavier Noria
32b5c4b77a
copy-edits 532b770
2011-03-09 18:43:55 +01:00
Andrei Kulakov
532b77077f
Use Rubys own Float#round method in versions 1.9 and above
2011-03-10 01:30:51 +08:00
Andrew White
03cbd9672c
Filter params that return nil for to_param and allow through false values
2011-03-09 14:44:25 +00:00
Jeff Kreeftmeijer
e05e997907
Add a note to discourage users from using presence validators with allow_(nil|blank)
2011-03-09 10:58:18 +01:00
Xavier Noria
f41dd99be7
revises links to the API websites of individual components (no longer maintained), and rewrites the section about after and around filters in the controller guide
2011-03-09 07:43:18 +01:00
Diego Carrion
c7cfdd01c1
refactored Engine.#find by giving an explicit name to a variable and reducing calls
...
[#6529 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2011-03-09 00:28:03 -02:00
Aaron Patterson
0c777bace2
stop being clever and just call methods on the Route object
2011-03-08 16:18:27 -08:00
Aaron Patterson
f975626dc1
test/unit in ruby trunk adds a new instance variable. YAY!
2011-03-08 14:09:44 -08:00
Mat Brown
fb34f8577c
Rename conflicting ActionMailer::MailHelper#simple_format method
...
This was conflicting with ActionView::Helpers::TextHelper#simple_format
from within email templates.
2011-03-09 05:49:01 +08:00
Chris Kalafarski
092538045e
The root route example was the only using double quotes; switched it to single quotes for consistency
2011-03-08 09:55:57 -05:00
Aaron Pfeifer
9798ee2619
Add better test scenario for around callback return results
2011-03-08 15:01:06 +08:00
Aaron Pfeifer
df615f127e
Allow access to a callback event's return result from around callbacks
2011-03-08 15:01:05 +08:00
Aaron Patterson
1408b942d9
removing stubs. 1.9.3 implements Date.today in C so mocking the return value of Time.now does nothing
2011-03-07 15:44:39 -08:00
Aaron Patterson
33f222b9e1
fixing some tests on ruby 1.9.3
2011-03-07 14:01:51 -08:00