- 20 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 18 Jul, 2017 1 commit
-
- 15 Jun, 2017 2 commits
-
-
Stan Hu authored
-
Stan Hu authored
Adds support for https://gitlab.com/gitlab-com/infrastructure/issues/57
-
- 14 Apr, 2017 1 commit
-
-
Stan Hu authored
Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs. Addresses gitlab-org/gitlab-ee#2162
-
- 22 Mar, 2017 1 commit
-
-
Rémy Coutable authored
The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Mar, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 31 Jan, 2017 1 commit
-
-
Mike Greiling authored
-
- 19 Jan, 2017 1 commit
-
-
Phil Hughes authored
-
- 10 Jan, 2017 1 commit
-
-
Mike Greiling authored
-
- 17 Nov, 2016 2 commits
-
-
Z.J. van de Weg authored
[ci skip]
-
Kamil Trzcinski authored
-
- 21 Jul, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 30 Jun, 2016 1 commit
-
-
Connor Shea authored
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
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 25 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 22 Apr, 2016 1 commit
-
-
Robert Speicher authored
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.
-
- 09 Apr, 2016 1 commit
-
-
connorshea authored
`config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344.
-
- 05 Apr, 2016 1 commit
-
-
Robert Speicher authored
-
- 25 Mar, 2016 2 commits
-
-
Jacob Schatz authored
Fix underscore template error. Fix `=` spacing
-
Jacob Schatz authored
-
- 02 Mar, 2016 1 commit
-
-
Rémy Coutable authored
-
- 19 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 15 Jan, 2016 1 commit
-
-
Jacob Vosmaer authored
This allows you to do: rake dev:setup BOOTSTRAP=1 and prevent dozens of letter_opener emai popups in your browser.
-
- 03 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 30 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 26 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 25 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 16 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 22 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 15 Oct, 2015 1 commit
-
-
Yorick Peterse authored
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
-
- 26 Aug, 2015 1 commit
-
-
Douwe Maan authored
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 18 Nov, 2014 1 commit
-
-
Alexander Balashov authored
> The config.assets.compress option should be changed to config.assets.js_compressor like so for instance
-
- 26 Aug, 2014 1 commit
-
-
Jacob Vosmaer authored
Also add support for connecting to Redis with Unix sockets.
-
- 12 Aug, 2014 1 commit
-
-
Jan-Willem van der Meer authored
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.
-
- 26 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-