| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip] Enumerable.instance_methods &
Rails::Configuration::MiddlewareStackProxy.instance_methods # =>
[:as_json]
MiddlewareStackProxy does not share any notable methods with Enumerable.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
According to our guideline, we leave 1 space between `#` and `=>`, so we
want `# =>` instead of `#=>`.
Thanks to @fxn for the suggestion.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | | |
Highlighted code
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Updated allow_failures for Rubinius 2.2.1.
|
|/ / / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Rubinius Gemfile and travis fixes
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before Rubinius 2.2.0, some parts of the stdlib were lazily loaded, even
if not included in the Gemfile. Now it's 100% required to include the
gem 'rubysl', otherwise the stdlib is not available entirely, breaking
everything.
Also, the rubysl-test-unit gem was depending on minitest ~> 4.7, thus causing
conflicts with Rails's dependency on minitest 5. That is not the case
anymore since rubysl-test-unit 2.0.2, so it is completely safe to
include it fully.
When Travis is going to update RVM to 1.24, it'll be safe to use rbx-2,
thus picking new versions automatically.
|
|\ \ \ \
| | | | |
| | | | | |
Test for when controller with skip-assets
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Added test when task generator called on revoke
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Helper should be a module in Rails guides [ci skip]
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Using activerecord-jdbcsqlite3-adapter
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PluginGeneratorTest needs to have
activerecord-jdbcsqlite3-adapter to pass under JRuby
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Cleaned up app generator test
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Don't call #as_json on children of Array and Hash with nil when no arguments are passed
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
should also call #as_json on the children without options (instead of
nil)
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix validation on uniqueness
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we are using assert_no_match, if we change the code before
changing the tests, the tests will still pass and the assertion will
become useless
|
|\ \ \ \
| | | | |
| | | | | |
Fix the assertion for not inclusion of turbolinks on application.js.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
We were asserting if `//= turbolinks` was not present while the correct is
asserting that `//= require turbolinks` is not present.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Also make Action Mailer changelog format more consistent with the
others [ci skip]
|
|\ \ \ \
| | | | |
| | | | | |
Build fix for new routing inspector changes
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Broken by
6701b4cf41f6f3d9cfc6a93715acbf852d1e468e
|
|\ \ \ \
| | | | |
| | | | | |
Added a missing close parenthesis to i18n.md
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Option to skip turbolinks
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
that skips it.
It can be skipped adding `add_gem_entry_filter { |gem| gem.name != "turbolinks" }` to the template.
|
|\ \ \ \
| | | | |
| | | | | |
Fix for titles of info pages
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Both `rails/info/properties` and `rails/info/routes` have same html
title attribute as *Routes*. This commit includes a fix for the titles.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Build fix for Routing Inspector
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Broken by
6701b4cf41f6f3d9cfc6a93715acbf852d1e468e
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 5a19346d2855ecb1c791cdef3af92589566d00db, reversing
changes made to d82588ee4756b03025813b3997f4db171ee0fcdc.
This argument is being used in the view
https://github.com/rails/rails/blob/5a19346d2855ecb1c791cdef3af92589566d00db/actionpack/lib/action_dispatch/journey/visualizer/index.html.erb#L4
It is being set using the binding
https://github.com/rails/rails/blob/5a19346d2855ecb1c791cdef3af92589566d00db/actionpack/lib/action_dispatch/journey/gtg/transition_table.rb#L108
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove unused param `title`to `TransitionTable#visualizer`
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
kamipo/call_initialize_schema_migrations_table_from_migration
Use `SchemaStatements#initialize_schema_migrations_table` instead of `ActiveRecord::SchemaMigration.create_table`.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`ActiveRecord::SchemaMigration.create_table`.
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
Fix for routes task
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit fixes formatting issue for `rake routes` task, when a section is shorter than a header.
|
| | | | | | |
|
| | | | | | |
|