| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Broken by
6701b4cf41f6f3d9cfc6a93715acbf852d1e468e
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\| | | | |
| | | | | |
| | | | | | |
Fix for routes task
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit fixes formatting issue for `rake routes` task, when a section is shorter than a header.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add positional information to eval call so that this information will be used in printing correct location where the exception occurred.
Closes #12885.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
be used in printing correct location where the exception occurred.
Closes #12885
- Without this the location of exception is always the line on which
'eval' is called
- But if the exception occurs in a gem outside of Rails, then that
location is not printed in stacktrace
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
added test cases to find notes in a file with .builder extension
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In order to simplify profiling loading of initializers,
added instument for tracking load config initializer event from
`config/initializers`
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
atom_feed_helper_test.rb to fail with "SystemStackError: stack level too deep".
This reverts commit d3a1ce1cdc60d593de1682c5f4e3230c8db9a0fd.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Used Yield instead of block.call
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Allow Pathnames to be added to eager load paths
|
| | |_|_|/ /
| |/| | | | |
|
|/ / / / / |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
Include the tzinfo-data in the generated Gemfile on Windows.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The generators entry point file is rails/generators so we need to make
sure uers will be able to use the generators when requiring that file.
Fixes #12802
|
|\ \ \ \
| | | | |
| | | | | |
Removed unused require
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See #12475
If people are on rbx they will get the desired gem
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Template replay needs to happen after bundle.
As we are doing TemplateRecording in apply_rails_template.
here are few commits for changes
8beb42cfbc41753ae4dbb91e16abcd1fb7d00356
9104702be61253f9448ca070a22fc86bb4299555
|
| | | |
|
|\ \ \
| | | |
| | | | |
Extract method refactoring for Rails::Server#start
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Refactor File.expand_path usage to remove additional File.join
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When generating an app with --skip_active_record, an extra
line of whitespace was included unnecessarily.
|
|/ / /
| | |
| | |
| | | |
Also improve the example to show as shell command [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We used to support the `BACKTRACE` environment variable but when
we switched to MiniTest it got removed: f9382cd7948
This commit adds back the functionality to show the unfiltered backtrace when needed.
This also works when you run your tests with `rake`:
* `BACKTRACE=1 bin/rake test`
* `BACKTRACE=1 ruby -Itest ...`
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix railties build
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we are not using the File.exists? alias which raises a warning on
current ruby trunk, few stubs are wrong.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since the plugin generator is relying on the application one, we need to
define the proper root when creating the plugin. The AppBase class is
not setting the destination_root (this is done via the AppGenerator)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
rails/generators should not load rails/generators/base since the
latter is loading it.
|