- 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>
-
- 03 Jun, 2014 1 commit
-
-
Marin Jankovski authored
-
- 15 Apr, 2014 1 commit
-
-
Jacob Vosmaer authored
Before this change, Rails cache data was stored in a global Redis namespace. As a consequence, clearing the Rails cache (`rake cache:clear`) would also delete all Sidekiq queue data and session storage. This change puts all Rails cache data in a `cache:gitlab` namespace, making `rake cache:clear` safe again.
-
- 24 Mar, 2014 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 10 Dec, 2013 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jeroen van Baarsen authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Aug, 2013 1 commit
-
-
Robin Gloster authored
-
- 08 Jul, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 11 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 May, 2013 1 commit
-
-
Andrey Kumanyaev authored
-
- 06 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 18 Nov, 2012 1 commit
-
-
Riyad Preukschas authored
-