Jonne Haß
541d5580e0
Fix loading issues in rails_admin
...
Properly declare Admin module and explicitly list models to be
display in rails_admin
2014-08-26 02:57:47 +02:00
Fabian Rodriguez
e7ee7892ee
Add ActsAsTaggableOn::Tag to excluded models in rails_Admin
...
Fixes #4538
2013-11-24 11:51:39 -02:00
Fabian Rodriguez
5ed5b1f8ce
remove trailing whitespaces and indent rails_adimn initializer
2013-11-24 11:51:39 -02:00
carolina
f6fe74aeae
Migration to turn ActivityStreams::Photo to StatusMessage
...
deletes ActivityStream model and all it's references
update migration with the without_protection option to disable mass assignment protection
2013-07-31 15:15:08 +02:00
Dennis Collinson
927b78b79d
kill references to ServiceUser
2012-05-14 18:47:14 -07:00
Steven Hancock
b16f309aca
Upgrade Rails Admin to latest gem
...
This gives us a clean fix for the Kaminari vs. Will Paginate
issues and fixes a few other little bugs in Rails Admin.
fixes #3210
2012-05-11 03:32:05 -07:00
Steven Hancock
4c644c336b
Actually only load rails admin in production mode
...
This is what I think 28f8db51e7 was supposed to do.
With the initializer in an "unless Rails.env.production?" block
the entire initializer was being ignored in production mode and
loaded in all other environments, but Rails Admin was still
loading regardless of that. 😁
This only loads rails admin in production and excludes it from
all other environments. Also keeps non-admins out of /admin_panel
(without the initializer it was free-for-all) and temp fixes #3210
until a new gem is released.
2012-05-09 11:46:18 -07:00
Dennis Collinson
e55073fdd4
temp reverting to prove max wrong.
...
Revert "killing rails admin to investigate if its what's causing boot and deploy to be so slow"
This reverts commit 78bcb1c321 .
2012-04-24 16:45:25 -07:00
Dennis Collinson
78bcb1c321
killing rails admin to investigate if its what's causing boot and deploy to be so slow
2012-04-24 16:30:31 -07:00
Maxwell Salzberg
28f8db51e7
only load rails admin in production mode
2012-04-24 13:48:14 -07:00
Dennis Collinson
8cc5f86298
reverting some test env munging
...
max isn't a princess
learn2git
learn2bash
lulz
2012-04-19 14:59:33 -07:00
Dennis Collinson
8386179f16
max, you're a princess, WIP
2012-04-19 11:15:59 -07:00
Maxwell Salzberg
24b69236a0
exclude share vis in rails admin, dont exclude users [ci skip]
2012-04-15 17:58:49 -07:00
Maxwell Salzberg
ecc1a84b42
rails_admin; i do what i want
2012-04-13 18:08:52 -07:00