| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Address test_create_when_database_exists_outputs_info_to_stderr failures
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When tested with ruby-2.0.0-rc1 `rake test` executes this test
even if the target adapter is not mysql nor mysql2.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
test case for ActiveModel::Conversion#to_partial_path and namespaced models
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Rename :value to :selected for date_select, and add missing tests/docs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add tests for time & datetime.
Add documentation.
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
block. Breaks benchmark calls that return non-String values otherwise.
Revert "add benchmark helper that works in erb"
This reverts commit 904e544cc8f5846de7c31827bb5556c6a238c0de.
Conflicts:
actionpack/lib/action_view/helpers.rb
actionpack/lib/action_view/helpers/benchmark_helper.rb
actionpack/test/template/benchmark_helper_test.rb
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #8587
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Collection radio buttons and collection check boxes through FormBuilder render the provided block.
Closes #8897
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the provided block.
In the case of having a form_for method being called, the block for each
collection would not be passed and thus the result expected was always the same.
This patch passes the block to the original method like it would be assumed.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Adding tests for ActiveModel::Model
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Verifying persisted? is false when Model initialized
* Passing nil to Model should not blow up
* Changing test name to the one suggested in pull request comment
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
Allow to override the value on date_select
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Now that we've fixed the fibs example, this is good to go.
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Deprecate #update_attributes in favor of `#update`.
ORMs that implement `Generators::ActiveModel#update_attributes` should change
to `#update`. Scaffold controller generators should change calls like:
@orm_instance.update_attributes(...)
to:
@orm_instance.update(...)
This goes along with the addition of `ActiveRecord::Base#update`,
introduced in cb2bd4aa619d9329c42aaf6d9f8eacc616ce53f4.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When running tasks such "rake db:setup", instead of showing messages
like "db_development already exists", it was showing a big stack trace
and a message "Couldn't create database for ..." with the configuration
options, a very confusing message with a big trace.
This brings back the functionality present in 3-2, showing the same
message.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix regression introduced in pull 8812
|
|/ / /
| | |
| | |
| | | |
See https://github.com/rails/rails/pull/8812#commitcomment-2416514
|
|\ \ \
| | | |
| | | | |
remove_possible_method -> remove_method
|
|/ / /
| | |
| | |
| | | |
Date#to_time and Date#xmlschema methods defined in Ruby 1.9.3
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Introduced in 3bfd99defb559af0b017ee920ca714aa1e367fdd.
Related to #8840.
[ci skip]
|
|\ \ \
| | | |
| | | | |
Clearer conditional in constraint match check
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Adding tests to cover untested methods in errors_tests.rb
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixed nested fields bug when called with AssociationProxy
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
support in form helper
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Correct source for in_clause_length for eager loading (Fix for #8474)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(fixes #8474)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix json params parsing regression for non-object JSON content.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #8845.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Controller scaffold codestyle
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Specified jbuilder version
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Updating Array access docs more consistent
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add asset pipeline guides section on implementing & registering own engines
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Revert "Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>'"
This reverts commit e00b8ecf1ad8984b760f12e61247820613aec4ee.
Revert "Use bundler --pre for travis builds"
This reverts commit 4d240ec20a70122b7e69c790a37d2be14e1ff038.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
API. The default scaffold will now just create HTML if the user actively opts out of jbuilder
|