Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to Rails 5.2upgrade-rails-5-2-ce | Heinrich Lee Yu | 2019-07-12 | 1 | -0/+1 |
| | | | | Updates changed method names and fixes spec failures | ||||
* | Allow BetterErrors REPL to be enabledashmckenzie/enable-better-errors-repl | Ash McKenzie | 2019-06-05 | 1 | -0/+3 |
| | | | | | | This allows the BetterErrors REPL to be available when your GitLab instance is listening on something _other_ than localhost. | ||||
* | Allow concurrency when using Puma | Andrew Newdigate | 2018-11-05 | 1 | -0/+2 |
| | |||||
* | Move spec/mailers/previews to app/mailers/previews | Lin Jen-Shin | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | Remove quiet_assets in favor of built-in sprockets-rails config.upgrade-sprockets-rails | Connor Shea | 2016-06-30 | 1 | -0/+3 |
| | | | | | | quiet_assets has been seemingly abandoned, and now sprockets-rails has the feature built-in! From this PR: https://github.com/rails/sprockets-rails/pull/355 | ||||
* | Customize ActionMailer preview path | Robert Speicher | 2016-05-25 | 1 | -0/+1 |
| | |||||
* | Add letter_opener_web gemrs-letter_opener_web | Robert Speicher | 2016-04-22 | 1 | -1/+1 |
| | | | | | | Sent emails in the development environment will no longer automatically be opened in the browser. If a sent email needs to be viewed, it can be found at the `/rails/letter_opener` route. | ||||
* | Raise an error on page load if there are pending migrations on dev env | Douglas Barbosa Alexandre | 2016-01-19 | 1 | -0/+3 |
| | |||||
* | Don't send (fake) email during dev bootstrapno-mail-during-dev-bootstrap | Jacob Vosmaer | 2016-01-15 | 1 | -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.4 | Valery Sizov | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Added rack-lineprof for development | Yorick Peterse | 2015-10-15 | 1 | -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 CE | Douwe Maan | 2015-08-25 | 1 | -0/+5 |
| | |||||
* | Disable debug assets | Jan-Willem van der Meer | 2014-08-12 | 1 | -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 creation | Dmitriy Zaporozhets | 2014-06-26 | 1 | -3/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update config/* to rails4 | Dmitriy Zaporozhets | 2013-12-10 | 1 | -7/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update Rails config | Riyad Preukschas | 2012-11-18 | 1 | -9/+11 |
| | |||||
* | set activerecord whitelist_attributes to true | Nihad Abbasov | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Moving to rails 3.2 | Dmitriy Zaporozhets | 2012-02-11 | 1 | -0/+7 |
| | |||||
* | install letter_opener | Nihad Abbasov | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | init commit | gitlabhq | 2011-10-09 | 1 | -0/+32 |