gitlab-org--gitlab-foss/lib
Dmitriy Zaporozhets 24d139ba97 Merge branch 'rs-revert-preload-lib' into 'master'
Revert "Preload lib/"

This reverts commit 5511a731bc.

The original commit added this because it also enabled threadsafety, a change which was itself later reverted in 66d6c80966, but this got left behind.

I don't fully understand the reasoning behind it so if I'm wrong, please tell me.

My reasoning for reverting it is that it messes with Rails' (and by extension Spring's) class reloading during development. When I was working in `lib/gitlab/markdown` and had to stop and restart the server every time I made a change, I didn't know it at the time, but this was why. That was a huge pain point.

If it's needed for production perhaps we could add a `if Rails.env.production?` clause around it so that it doesn't mess with development.

See merge request !1758
2015-04-10 14:34:57 +00:00
..
api Modified lib/api/entities.rb to expose Project class tag_list property to the API 2015-04-03 04:35:12 -04:00
assets
backup ability to skip some items in backup 2015-04-02 15:37:50 +03:00
gitlab Merge branch 'rs-revert-preload-lib' into 'master' 2015-04-10 14:34:57 +00:00
redcarpet/render Merge branch 'atom-xhtml-squashed' into 'master' 2015-03-17 08:38:38 +00:00
support Fix typo 2015-03-14 10:22:06 +01:00
tasks ability to skip some items in backup 2015-04-02 15:37:50 +03:00
disable_email_interceptor.rb Add email interceptor to prevent mail sending if email sending is disabled. 2014-10-27 13:05:50 +01:00
email_validator.rb More rubocop rules enable 2015-02-02 21:31:03 -08:00
event_filter.rb Add parenthesis to function def with arguments. 2014-10-03 09:18:46 +02:00
extracts_path.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
file_size_validator.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
gitlab.rb Add lib/gitlab.rb to autoload non-conventional paths 2015-04-09 14:19:25 -04:00
gt_one_coercion.rb diff unfold 2014-08-14 15:48:14 +04:00
repository_cache.rb Fix RepositoryCache backend attr_reader 2015-01-30 10:17:55 -05:00
static_model.rb
unfold_form.rb diff unfold 2014-08-14 15:48:14 +04:00