index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
AppGenerator: Replace 'rake' with 'rails_command'
claudiob
2016-02-20
1
-0
/
+5
*
modify to `error` also abort when specify fail fast option
yuuji.yaginuma
2016-02-17
1
-0
/
+4
*
adds --skip-listen to the application generator [closes #23590]
Xavier Noria
2016-02-17
1
-0
/
+4
*
include spring-watcher-listen in the Gemfile of new applications
Xavier Noria
2016-02-10
1
-0
/
+5
*
enables the evented monitor in new applications
Xavier Noria
2016-02-10
1
-0
/
+5
*
move CHANGELOG entry to the appropriate position [ci skip]
yuuji.yaginuma
2016-02-05
1
-2
/
+2
*
Add dummy apple icon files
Alexey Zabelin
2016-02-03
1
-0
/
+4
*
Add some Action Cable CHANGELOG entries
Rafael Mendonça França
2016-02-01
1
-3
/
+1
*
Preparing for Rails 5.0.0.beta2
Sean Griffin
2016-02-01
1
-0
/
+5
*
Implemented pull request changes.
Ryan Manuel
2016-01-29
1
-7
/
+5
*
Update doc with appropriate issue and pull request versions
Ryan Manuel
2016-01-28
1
-1
/
+1
*
Add an after_bundle callback in Rails plugin templates
Ryan Manuel
2016-01-28
1
-0
/
+7
*
remove unnecessary `ENV[]` from `log:clear` example [ci skip]
yuuji.yaginuma
2016-01-16
1
-1
/
+1
*
bring back `TEST` env for `rake test`.
Yves Senn
2016-01-12
1
-0
/
+4
*
rake log:clear task updated refs[#22544]
Pramod
2016-01-09
1
-0
/
+10
*
release notes, extract notable changes from Railties CHANGELOG.
Yves Senn
2015-12-22
1
-4
/
+4
*
[ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718)
Akshay Vishnoi
2015-12-22
1
-3
/
+0
*
Fixes using `add_source` with a block after using `gem` in a custom rails
Will Fisher
2015-12-21
1
-0
/
+4
*
Add CHANGELOG headers for Rails 5.0.0.beta1
eileencodes
2015-12-18
1
-0
/
+5
*
README.rdoc -> README.md for newly generated plugins
yuuji.yaginuma
2015-12-17
1
-0
/
+4
*
let config.file_watcher be the way to enable the evented file watcher
Xavier Noria
2015-12-13
1
-5
/
+5
*
Update Changelog with the added response_format option in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-0
/
+9
*
Fix #22232: rake test tasks exit status code
Arkadiusz Fal
2015-12-07
1
-0
/
+7
*
Add Rails command infrastructure and encapsulate development caching
Chuck Callebs
2015-12-04
1
-0
/
+7
*
allow use of minitest-rails gem with test runner
Chris Kottom
2015-11-30
1
-0
/
+6
*
add `bin/test` script to rails plugin
yuuji.yaginuma
2015-11-28
1
-0
/
+6
*
Make the `static_index` config part of the `config.public_server` config
Yuki Nishijima
2015-11-16
1
-0
/
+5
*
registers these changes in the CHANGELOGs
Xavier Noria
2015-11-11
1
-0
/
+5
*
Move `static_cache_contorl` deprecation changelog entry to Railties.
Kasper Timm Hansen
2015-11-04
1
-0
/
+22
*
Add enabled flag to the public file server.
Kasper Timm Hansen
2015-11-03
1
-0
/
+19
*
Route generator should be idempotent - closes #22082
Thiago Pinto
2015-10-31
1
-0
/
+4
*
rails/application: allow passing an env to config_for
Simon Eskildsen
2015-10-30
1
-0
/
+4
*
Allow rake:stats to account for rake tasks
Kevin Deisz
2015-10-19
1
-0
/
+4
*
Update the URL when changing mailer preview formats
James Kerr
2015-10-06
1
-0
/
+6
*
Revert "removing Rack::Runtime from the default stack."
Aaron Patterson
2015-10-03
1
-3
/
+0
*
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
1
-0
/
+3
*
Refactor AS::Callbacks halt config and fix the documentation
Roque Pinel
2015-10-01
1
-3
/
+4
*
Add fail fast to test runner.
Kasper Timm Hansen
2015-09-29
1
-0
/
+32
*
Add inline failure reporting to test runner.
Kasper Timm Hansen
2015-09-28
1
-0
/
+30
*
Fix displaying mailer previews on non local requests.
Wojciech Wnętrzak
2015-09-17
1
-0
/
+5
*
Use the PORT environment variable for rails server
David Cornu
2015-08-18
1
-0
/
+4
*
Plugins are generated with the version 0.1.0
Daniel Morris
2015-08-16
1
-0
/
+5
*
Add a changelog entry for #21124 [ci skip]
Robin Dupret
2015-08-16
1
-0
/
+6
*
Added bin/update script to update application automatically
Mehmet Emin İNAÇ
2015-08-07
1
-0
/
+4
*
Only load statistics.rake once from inside engine
Ersin Akinci
2015-08-06
1
-1
/
+8
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+12
*
Add the `--api` option for the plugin generator
Robin Dupret
2015-07-23
1
-0
/
+5
*
Merge pull request #20724 from y-yagi/fix_scaffold_in_full_engine
Yves Senn
2015-06-29
1
-0
/
+4
|
\
|
*
fix NoMethodError that occurs when generating scaffold inside full mode engine
yuuji.yaginuma
2015-06-28
1
-0
/
+4
|
/
*
cherry-pick test and source doc from #20050
Hirofumi Wakasugi
2015-06-25
1
-0
/
+4
[next]