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
...
*
pass over CHANGELOGs. [ci skip]
Yves Senn
2015-04-22
1
-8
/
+10
*
Fix typos and improve the documentation
Jon Atack
2015-04-15
1
-1
/
+1
*
:scissors:
Zachary Scott
2015-04-12
1
-2
/
+2
*
Rename railties/bin to railties/exe
Islam Wazery
2015-04-11
1
-0
/
+4
*
Merge pull request #19429 from mxhold/print_bundle_install_output_line_by_line
Matthew Draper
2015-04-03
1
-0
/
+7
|
\
|
*
Print `bundle install` output in `rails new` as soon as it's available
Max Holder
2015-03-28
1
-0
/
+7
*
|
Improve CHANGELOG for fix for respecting pluralize_table_names [ci skip]
Prathamesh Sonpatki
2015-03-27
1
-1
/
+1
*
|
respect `pluralize_table_names` when generate fixture file. fixes #19519
yuuji.yaginuma
2015-03-27
1
-0
/
+6
*
|
Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip]
Prathamesh Sonpatki
2015-03-22
1
-1
/
+1
|
/
*
`rake initializer` -> `rake initializers`
Godfrey Chan
2015-03-20
1
-4
/
+5
*
Revert "Merge pull request #19411 from dmathieu/rack_env_changelog"
Jeremy Kemper
2015-03-20
1
-7
/
+0
*
add changelog entry for removing the fallback to rack_env
Damien Mathieu
2015-03-19
1
-0
/
+7
*
Add a new-line to the end of route method generated code.
Arthur Neves
2015-03-18
1
-0
/
+7
*
Add `rake initializer`
Naoto Kaneko
2015-03-14
1
-0
/
+7
*
Revert "Merge pull request #15476 from JacobEvelyn/master"
Jeremy Kemper
2015-03-11
1
-7
/
+0
*
Created rake restart task.
Hyonjee Joo
2015-02-26
1
-0
/
+7
*
Merge pull request #15476 from JacobEvelyn/master
Rafael Mendonça França
2015-02-25
1
-0
/
+7
|
\
*
|
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+15
*
|
Allow Rack::Runtime to be deleted from middleware stack.
Guo Xiang Tan
2015-02-19
1
-0
/
+8
*
|
README.rdoc -> README.md for newly generated applications
Xavier Noria
2015-02-06
1
-0
/
+4
*
|
Remove documentation tasks
Xavier Noria
2015-02-06
1
-0
/
+4
*
|
Force generated route to be inserted
Andrew White
2015-02-05
1
-0
/
+4
*
|
Don't remove all line endings from routes.rb
Andrew White
2015-02-03
1
-0
/
+6
*
|
Update option to skip test in generators
Melanie Gilman
2015-01-27
1
-0
/
+4
*
|
Add the `method_source` gem to the default Gemfile
Sean Griffin
2015-01-13
1
-0
/
+4
*
|
Drop old test locations from `rake stats`
brainopia
2015-01-09
1
-0
/
+6
*
|
Update `rake counts` to count declarative tests in minitest
brainopia
2015-01-09
1
-0
/
+5
*
|
Fix CHANGELOG [ci skip]
Rafael Mendonça França
2015-01-04
1
-0
/
+2
*
|
Remove deprecated `test:all` and `test:all:db` tasks
Rafael Mendonça França
2015-01-04
1
-0
/
+2
*
|
Remove deprecated `Rails::Rack::LogTailer`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
|
Remove deprecated `RAILS_CACHE` constant
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
|
Remove deprecated `serve_static_assets` configuration
Rafael Mendonça França
2015-01-04
1
-0
/
+4
*
|
Merge pull request #13434 from tanraya/local_variables
Carlos Antonio da Silva
2015-01-03
1
-0
/
+4
|
\
\
|
*
|
Use local variables in _form.html.erb generated by scaffold generator.
tanraya
2014-07-26
1
-0
/
+4
*
|
|
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
Rafael Mendonça França
2015-01-03
1
-0
/
+15
|
\
\
\
|
*
|
|
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-0
/
+15
*
|
|
|
Merge pull request #18309 from PaBLoX-CL/fix-fixtures-references
Rafael Mendonça França
2015-01-02
1
-0
/
+4
|
/
/
/
*
|
|
Add --skip-action-mailer (or -M) to rails generate
claudiob
2015-01-01
1
-0
/
+4
*
|
|
actually autoload all second-level directories called `app/*/concerns`
Alex Robbin
2014-12-26
1
-0
/
+4
*
|
|
Start Rails 5 development :tada:
Rafael Mendonça França
2014-11-28
1
-208
/
+1
*
|
|
Generators add foreign keys on references
Derek Prior
2014-11-25
1
-0
/
+5
*
|
|
Add a CHANGELOG entry for #16622 and a6de6f5 [ci skip]
Zachary Scott
2014-11-24
1
-0
/
+4
*
|
|
Merge pull request #17700 from ShunsukeAida/ignore_log_as_a_whole
Yves Senn
2014-11-21
1
-0
/
+5
*
|
|
Improve railties changelog entry and move latest to the top [ci skip]
Carlos Antonio da Silva
2014-11-12
1
-8
/
+7
*
|
|
Merge pull request #17593 from igas/paths-unshift-arity
Rafael Mendonça França
2014-11-12
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix Rails::Paths::Path.unshift interface
Igor Kapkov
2014-11-12
1
-0
/
+5
*
|
|
|
Merge pull request #17348 from DavidGeukers/rake_test_all
David Heinemeier Hansson
2014-11-12
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Simplify rake test vs rake test:all
David Geukers
2014-11-10
1
-0
/
+6
*
|
|
|
Merge pull request #16535 from bf4/patch-1
Rafael Mendonça França
2014-11-10
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
`secret_token` is now saved in `Rails.application.secrets.secret_token`
Benjamin Fleischer
2014-11-02
1
-0
/
+6
[prev]
[next]