[Rails] Schema dump not working when using sql schema prefixes

2016-01-26 Thread Christopher Mendla
I am running ruby 2.0.0p247 (2013-06-27) [i386-mingw32] / rails 4.2.5 Because of the way we will be doing things, I am using one sql database on the server with schema prefixes. i.e. a joblist app would use jl. as the schema prefix. I noticed that when I did this, migrations and schema dumps no

[Rails] Javascript not loading

2015-11-04 Thread Christopher Mendla
he dropdowns in my rails 4.x app were working fine in development mode. I made some changes and the dropdowns stopped working. If I do an inspect element in chrome it looks lie a lot of the resources aren't loading. (The style sheet must be loading at least once I would presume). I did do an