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
/
generators
/
api_app_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Content-Security-Policy initializer in API-only Applications
yuuji.yaginuma
2017-11-27
1
-0
/
+2
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-1
/
+1
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
*
Fix typo for api_app_generator_test
Yoshiyuki Hirano
2017-08-15
1
-1
/
+1
*
Merge pull request #30219 from yhirano55/fix_app_generator_api_options
Rafael França
2017-08-14
1
-14
/
+41
|
\
|
*
Refactor `--api` option of the app generator
Yoshiyuki Hirano
2017-08-13
1
-14
/
+41
*
|
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
|
/
*
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
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-1
/
+0
*
Remove unnecessary files to API-only Applications when `app:task` task executed
yuuji.yaginuma
2017-03-24
1
-0
/
+22
*
Track the version-compatible config settings inside railties
Matthew Draper
2017-03-18
1
-9
/
+0
*
Revert back to the original of using package.json in the root of the project ...
David Heinemeier Hansson
2017-02-21
1
-1
/
+1
*
specify `skip_yarn` option in API-only Application (#27309)
Yuji Yaginuma
2016-12-08
1
-1
/
+4
*
Make Yarn the default, drop default vendor/asset directories (#27300)
David Heinemeier Hansson
2016-12-08
1
-1
/
+0
*
rails-ujs is now shipped with Action View
Guillermo Iguaran
2016-11-29
1
-1
/
+0
*
Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead
Guillermo Iguaran
2016-11-21
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-45
/
+45
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-3
/
+3
*
Setup default session store internally, no longer through an application init...
Prathamesh Sonpatki
2016-07-17
1
-1
/
+0
*
Collapse all new default initializers into a single file
Prathamesh Sonpatki
2016-05-31
1
-2
/
+9
*
Move new default initializers into separate directory
Prathamesh Sonpatki
2016-05-28
1
-2
/
+2
*
Remove public/ files for API apps
Prathamesh Sonpatki
2016-05-28
1
-1
/
+7
*
generate mailer views in Rails API
yuuji.yaginuma
2016-02-15
1
-1
/
+3
*
move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app...
yuuji.yaginuma
2016-02-02
1
-0
/
+10
*
remove `per_form_csrf_tokens` initializer from Rails API
yuuji.yaginuma
2016-01-22
1
-0
/
+1
*
Do not default to any Serializer
Santiago Pastorino
2015-12-15
1
-2
/
+1
*
remove `request_forgery_protection` initializer from rails api
yuuji.yaginuma
2015-12-06
1
-0
/
+1
*
remove `web-console` from API app generated Gemfile
yuuji.yaginuma
2015-07-09
1
-0
/
+1
*
Enable wrap_parameter by default in rails api applications
Jorge Bejar
2015-06-11
1
-3
/
+1
*
Add rake-cors gem (commented) in Gemfile for rails api apps
Jorge Bejar
2015-06-11
1
-0
/
+3
*
Add AMS 0.10.0.rc1 by default for api apps
Santiago Pastorino
2015-06-11
1
-0
/
+1
*
Api only apps should include tmp and vendor folders
Jorge Bejar
2015-06-11
1
-0
/
+2
*
Disable jbuilder for Rails API apps, meanwhile it doesn't play nicely
Santiago Pastorino
2015-06-11
1
-0
/
+1
*
Add config.api_only = true to config/application.rb when using rails new --api
Santiago Pastorino
2015-06-11
1
-0
/
+4
*
Do not generate lib/assets directory for api apps
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
Do not generate test/helpers directory for api apps
Santiago Pastorino
2015-06-11
1
-0
/
+1
*
Do not generate app/views directory for api apps
Santiago Pastorino
2015-06-11
1
-0
/
+1
*
Do not generate app/helpers directory for api apps
Santiago Pastorino
2015-06-11
1
-0
/
+1
*
Do not generate app/assets directory for api apps
Santiago Pastorino
2015-06-11
1
-1
/
+2
*
Generate appropriate initializers for an api app
Santiago Pastorino
2015-06-11
1
-1
/
+8
*
rails new --api generates an api app skeleton
Santiago Pastorino
2015-06-11
1
-0
/
+76