dmpopidor / config / environments /
@Brian Riley Brian Riley authored on 7 Nov 2016
..
development.rb moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views 9 years ago
production.rb moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views 9 years ago
test.rb Updated Gemfile to use Rails 4.2.7, fixed some minor issues with locale initializer (#21) 9 years ago