[Rails] warning: toplevel constant Configuration referenced by ActiveRecord::Base::Configuration

2016-04-24 Thread Naveed Alam
Hi, I am facing the error msg mention in subject, and my theme doesn't change. *** init.rb require File.join(File.dirname(__FILE__), "lib", "fedena_theme") FedenaPlugin.register = { :name=>"fedena_theme", :description=>"Fedena Theme" } *** /// the line 52 in init.rb showing erro

Re: [Rails] Re: There was an error while trying to load the gem 'uglifier'

2016-04-24 Thread nanaya
Hi, On Mon, Apr 25, 2016, at 14:54, ishant kumar wrote: > my operating system is: windows 7 and my rails version is: 4.2.5.1 and > ruby is: ruby 2.1.8p440 (2015-12-16 revision 53160) [i386-mingw32] > whenever i installed nodejs on system this error shows: > > D:\rubyproject>gem install nodejs >

Re: [Rails] Re: There was an error while trying to load the gem 'uglifier'

2016-04-24 Thread Praveen Kumar
nodejs is not a gem. Try installing from here https://nodejs.org/en/download/stable/ On Mon, Apr 25, 2016 at 11:24 AM, ishant kumar wrote: > my operating system is: windows 7 and my rails version is: 4.2.5.1 and > ruby is: ruby 2.1.8p440 (2015-12-16 revision 53160) [i386-mingw32] > whenever i

[Rails] Re: There was an error while trying to load the gem 'uglifier'

2016-04-24 Thread ishant kumar
my operating system is: windows 7 and my rails version is: 4.2.5.1 and ruby is: ruby 2.1.8p440 (2015-12-16 revision 53160) [i386-mingw32] whenever i installed nodejs on system this error shows: D:\rubyproject>gem install nodejs ERROR: Could not find a valid gem 'nodejs' (>= 0) in any repository

[Rails] Cant Access Table from console

2016-04-24 Thread Charles Hoff
So, I cannot access a table I have in my database from the console. Going into the console and listing the tables show it but trying to do "tablename.connection" doesnt work. I only have 2 tables in this app so far and it works fine on the second one. What could be wrong? -- Posted via http://w