| Commit message (Expand) | Author | Age | Files | Lines |
* | Move default uuid generation to active_record | Jon McCartie | 2015-10-23 | 1 | -5/+0 |
* | remove unnecessary readme in dummy application | yuuji.yaginuma | 2015-10-23 | 1 | -1/+1 |
* | Revert " Added an example to show how common secrets can be shared across mul... | Sean Griffin | 2015-10-20 | 1 | -16/+0 |
* | Merge pull request #19898 from prathamesh-sonpatki/common-secrets | Sean Griffin | 2015-10-20 | 1 | -0/+16 |
|\ |
|
| * | Added example of sharing secrets in multiple environments in secrets.yml | Prathamesh Sonpatki | 2015-05-26 | 1 | -0/+16 |
* | | Set active_record config for always creating uuids in generators | Jon McCartie | 2015-10-20 | 1 | -0/+5 |
* | | remove useless method | yuuji.yaginuma | 2015-10-18 | 1 | -4/+0 |
* | | Use "rake time:zones:all" instead of "rake -D time" [ci skip] | Marat Galiev | 2015-10-17 | 1 | -1/+1 |
* | | Merge pull request #21961 from Gaurav2728/migration_class_methods_nodoc | Arthur Nogueira Neves | 2015-10-14 | 1 | -5/+5 |
|\ \ |
|
| * | | migrations Class methods have nodoc, fix it for API [ci skip] | Gaurav Sharma | 2015-10-14 | 1 | -5/+5 |
* | | | Merge pull request #20908 from y-yagi/generate_application_job_inside_engine | Arthur Nogueira Neves | 2015-10-13 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | add application_job.rb to template of mountable engine | yuuji.yaginuma | 2015-07-17 | 1 | -0/+5 |
* | | | | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 1 | -2/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 1 | -2/+4 |
* | | | | do not generate manifest.js in plugins | yuuji.yaginuma | 2015-10-12 | 1 | -1/+1 |
* | | | | Merge pull request #21912 from y-yagi/move_prepare_destination_to_public | Sean Griffin | 2015-10-08 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | change `prepare_destination` to public API [ci skip] | yuuji.yaginuma | 2015-10-08 | 1 | -1/+2 |
* | | | | | remove unused require | yuuji.yaginuma | 2015-10-08 | 1 | -2/+0 |
|/ / / / |
|
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-04 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Renamed ‘Return’ to ‘Returns’ [ci skip] | Ronak Jangir | 2015-09-28 | 1 | -2/+2 |
* | | | | | use class to specify the middleware [ci skip] | yuuji.yaginuma | 2015-10-03 | 1 | -1/+1 |
* | | | | | Eliminate overlapping `app/assets` load path | Jeremy Daer | 2015-09-29 | 5 | -16/+16 |
* | | | | | fix application_controller require_dependency path generated by the scaffold ... | yuuji.yaginuma | 2015-09-20 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Bundler tzinfo-data in windows, even first generated new app are Mac | Eric Guo | 2015-09-15 | 1 | -2/+0 |
* | | | | Merge pull request #21568 from amitsuroliya/mysql_version_update | Rafael Mendonça França | 2015-09-13 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s... | amitkumarsuroliya | 2015-09-10 | 2 | -2/+2 |
* | | | | | dev and edge have some common, so factor it out. | Eric Guo | 2015-09-13 | 1 | -10/+7 |
|/ / / / |
|
* | | | | remove require of files under support that do not use | yuuji.yaginuma | 2015-08-27 | 1 | -3/+0 |
* | | | | smooth move aaron.... :bomb: | Aaron Patterson | 2015-08-20 | 1 | -2/+2 |
* | | | | point at rack master | Aaron Patterson | 2015-08-20 | 1 | -0/+2 |
* | | | | Migrate to Sprockets 4. | Andrei Istratii | 2015-08-19 | 5 | -4/+40 |
* | | | | Fixed syslog example in production config template | printercu | 2015-08-17 | 1 | -1/+2 |
* | | | | Plugins are generated with the version 0.1.0 | Daniel Morris | 2015-08-16 | 1 | -1/+1 |
* | | | | Merge pull request #21021 from sgrif/sg-no-routes-comment | Sean Griffin | 2015-08-12 | 1 | -54/+1 |
|\ \ \ \ |
|
| * | | | | Replace the giant comment in routes.rb with a link to the guides | Sean Griffin | 2015-07-24 | 1 | -54/+1 |
* | | | | | Merge pull request #21176 from y-yagi/fix_scaffold_tests_inside_api_engine | Rafael Mendonça França | 2015-08-09 | 1 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | make generated scaffold functional tests work inside API engines | yuuji.yaginuma | 2015-08-09 | 1 | -1/+4 |
* | | | | | | Whitespaces | Rafael Mendonça França | 2015-08-09 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Added bin/update script to update application automatically | Mehmet Emin İNAÇ | 2015-08-07 | 1 | -0/+28 |
* | | | | | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_... | Rafael Mendonça França | 2015-08-06 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | set the correct path to `ActionDispatch::IntegrationTest.fixture_path` | yuuji.yaginuma | 2015-07-28 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #20961 from ccallebs/add-dev-mode-caching | Kasper Timm Hansen | 2015-08-05 | 1 | -2/+12 |
|\ \ \ \ \ |
|
| * | | | | | Add rake dev:cache task to enable dev mode caching. | Chuck Callebs | 2015-08-04 | 1 | -2/+12 |
* | | | | | | Inform user to add script in correct location into the application.js manifes... | Mehmet Emin İNAÇ | 2015-08-03 | 2 | -2/+2 |
* | | | | | | Merge pull request #21104 from atul-shimpi/master | Yves Senn | 2015-08-03 | 2 | -2/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Inform user to add styles in correct location in application.css | atul-shimpi | 2015-08-03 | 2 | -2/+4 |
|/ / / / / / |
|
* | | | | | | Merge pull request #20992 from JuanitoFatas/fix/bin-setup-script | Yves Senn | 2015-07-31 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Don't fail when checking dependencies in bin/setup script | Juanito Fatas | 2015-07-23 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #20759 from vngrs/fix_wrong_doc | Rafael Mendonça França | 2015-07-27 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Change wrong usage in documentation about autoload_paths [ci skip] | Mehmet Emin İNAÇ | 2015-07-02 | 1 | -2/+2 |