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
*
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