| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
More helpful message when starting server
|
|/ /
| |
| |
| | |
v2 of pull request based on feedback from @rafaelfranca, @schneems, and @carlosantoniodasilva
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master-sec:
fix protocol checking in sanitization [CVE-2013-1857]
JDOM XXE Protection [CVE-2013-1856]
fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]
stop calling to_sym when building arel nodes [CVE-2013-1854]
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
config.ru uses the effective Rack app
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We used to pass the Rails::Application subclass to #run.
The Rails server then called #to_app to convert that class to the
actual Rack application.
if you surround `#run` with a call to `#map` the server no longer
convertes the class to the instance and we end up with unnecessary
delegation calls on every request.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
senny/9772_reraise_no_method_error_in_proper_context
`TimeWithZone` raises `NoMethodError` in proper context.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #9772.
`TimeWithZone` delegates everything to the wrapped `Time` object
using `method_missing`. The result is that `NoMethodError` error
will be raised in the context of `Time` which leads to a misleading
debug output.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
i18n locale fallback for localized views
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix repeat of test; remove unused variable by use of each_key
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove ancient TODOs [ci skip]
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix some typos found in activemodel
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Move tests out from base_test.rb to inheritance_test.rb
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These tests should be in inheritance_test.rb since its testing a
feature which is implemented in inheritance.rb
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
SQLite3 3.6.8+ supports nested transactions [ci skip]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
http://www.sqlite.org/lang_savepoint.html
https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L130-L132
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
refer to the contributing guide on how to create issues.
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
`rake db:create` does not change permissions of root user.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #8079.
I had to rework some of the tests because the mock allowed any arguments
for `connection.exeucte`. I think this is very dangerous as there could
anything be executed without the tests noticing it.
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
"utf8mb4"
Please, see rationale in the included CHANGELOG patch.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix rake test warnings in actionpack
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
remove unused parameter passed to assert_query_equal method
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix regression: allow pass multipart option to form_for
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove extra lines from Rakefile, which threw warning
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
refactor test to drop unnecessary hash creation, test directly instead
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Refactor Person/Friendship relationships to be more intuitive
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PR #5210 added a Friendship model to illustrate a bug, but in doing so
created a confusing structure because both belongs_to declarations in
Friendship referred to the same side of the join. The new structure
maintains the integrity of the bug test while changing the follower
relationship to be more useful for other testing.
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There was an s missing in 'views'.
Fixes #9752.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 867dc1700f32aae6f98c4651bd501597e6b52bc0, reversing
changes made to 9a421aaa8285cf2a7ecb1af370748b0337818930.
This breaks anyone who's using ForceSSL: https://travis-ci.org/rails-api/rails-api/jobs/5556065
Please see comments on #8156 for some discussion.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When I updated these images, I must have gotten this one wrong. Now it's
right.
Fixes #9749.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix for inflector's incorrect camelCase replacement for acronyms
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
disregarding specified acronyms, fixes #8015
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
The counter cache will now work correctly when the foreign key is changed. Fixes #9722.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
the primary key on an association will make sure that the corresponding
counter on the association is changed properly. Fixes #9722.
|