summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
Commit message (Collapse)AuthorAgeFilesLines
* Raise an error on page load if there are pending migrations on dev envDouglas Barbosa Alexandre2016-01-191-0/+3
|
* Don't send (fake) email during dev bootstrapno-mail-during-dev-bootstrapJacob Vosmaer2016-01-151-0/+2
| | | | | | | | This allows you to do: rake dev:setup BOOTSTRAP=1 and prevent dozens of letter_opener emai popups in your browser.
* Rails update to 4.2.4Valery Sizov2015-11-251-1/+1
|
* Added rack-lineprof for developmentYorick Peterse2015-10-151-1/+1
| | | | | | | | | | | | | | This can be used to measure the time (roughly) spent on a per line basis. This can also be used to measure timings for views, for example by adding the following to a URL: ?lineprof=app/views/projects/notes/_note rack-lineprof is only enabled when: 1. The application runs in development mode 2. The used Ruby is MRI 3. The environment variable ENABLE_LINEPROF is set to a non-empty value
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+5
|
* Disable debug assetsJan-Willem van der Meer2014-08-121-1/+1
| | | | | It's good for debugging javacsript, but creates massive amounts of http request by adding each javascript individually. Only turn it on while debugging js code.
* Fix dev env. Fix MR creationDmitriy Zaporozhets2014-06-261-3/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update config/* to rails4Dmitriy Zaporozhets2013-12-101-7/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update Rails configRiyad Preukschas2012-11-181-9/+11
|
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-1/+1
|
* Moving to rails 3.2Dmitriy Zaporozhets2012-02-111-0/+7
|
* install letter_openerNihad Abbasov2011-10-311-0/+1
|
* init commitgitlabhq2011-10-091-0/+32