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
/
test
/
application
/
initializers
/
frameworks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Clear active connections after initialization
Eugene Kenny
2017-02-17
1
-0
/
+8
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-5
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-7
/
+7
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
Be consistent in testing outputs from railties test and use /bin/rails everyw...
Vipul A M
2016-01-24
1
-2
/
+2
*
Merge pull request #17388 from akampjes/master
Arthur Nogueira Neves
2015-10-12
1
-0
/
+11
|
\
|
*
ActionMailer https on URL with force_ssl = true
Andrew Kampjes
2015-08-14
1
-0
/
+11
*
|
remove unused require ‘set’
NehaGautam
2015-08-25
1
-1
/
+0
|
/
*
tests, railties tests should use `bin/` executables when possible.
Yves Senn
2015-06-30
1
-2
/
+2
*
Use new hash syntax
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
Add AC::API + its middleware stack integration test
Santiago Pastorino
2015-06-11
1
-0
/
+29
*
Remove deprecate `*_path` helpers in email views
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Expectations first
Akira Matsuda
2014-08-28
1
-2
/
+2
*
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
1
-2
/
+2
*
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-2
/
+2
*
Use Full path to sqlite database in tests
schneems
2013-12-22
1
-1
/
+1
*
build fix: railties tests used deprecated `SchemaCache` methods.
Yves Senn
2013-07-04
1
-2
/
+2
*
Calls to the application constant have been refactored to use
wangjohn
2013-06-10
1
-3
/
+3
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-16
/
+0
*
Removing warning : ambiguous first argument
Arun Agrawal
2012-11-11
1
-2
/
+2
*
Remove the queue container. Premature consolidation. Set up and maintain queu...
Jeremy Kemper
2012-10-12
1
-3
/
+2
*
Use String#exclude? to make sure that Active Support is not loaded when
Rafael Mendonça França
2012-10-04
1
-1
/
+1
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-3
/
+3
*
Allow users to configure the queue for the mailers
Rafael Mendonça França
2012-09-12
1
-0
/
+17
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-0
/
+32
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-20
/
+0
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
Remove --http.
José Valim
2012-03-14
1
-27
/
+0
*
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
1
-0
/
+27
*
Fix broken tests
Santiago Pastorino
2012-03-10
1
-1
/
+2
*
Use one system call whenever possible, group rake and Dir.chdir calls
Carlos Antonio da Silva
2012-03-08
1
-9
/
+4
*
Support judgement expired schema cache dump.
kennyj
2012-03-01
1
-0
/
+14
*
Load db/schema_cache.dump duaring boot time.
kennyj
2012-03-01
1
-0
/
+12
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Fix testcase an error on ruby 1.8.x.
kennyj
2011-12-09
1
-2
/
+3
*
Assign config.encoding to AD::Response.default_charset at the initialization ...
kennyj
2011-12-07
1
-0
/
+6
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-3
/
+1
*
framework_test.rb also dependent on RAILS_ENV=development
Arun Agrawal
2011-06-06
1
-0
/
+6
*
Fix tests to reflect IdentityMap no longer default
David Lee
2011-05-10
1
-1
/
+1
*
Fix typo.
Emilio Tagua
2010-11-19
1
-1
/
+1
*
Use IdentityMap middleware to flush map on each request.
Emilio Tagua
2010-11-19
1
-1
/
+1
*
Add config.action_controller.include_all_helpers, by default it is set to true.
Piotr Sarnacki
2010-11-18
1
-0
/
+60
*
Merge remote branch 'drogus/engines'
wycats
2010-09-11
1
-1
/
+1
|
\
|
*
Change app to main_app in mounted_helpers
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
|
Add configuration option for tld length
Simon Jefford
2010-09-09
1
-0
/
+7
|
/
[next]