search for: simple_cm

Displaying 5 results from an estimated 5 matches for "simple_cm".

Did you mean: simple_cms
2011 Dec 08
3
Problem with running "WEbrick"
Hi After I installed ruby 1.9.2p290(with rubyInstaller) on windows 7 and connected MySQL to it ( I checked it and it worked ) I installed rails then I create a project on "C:\Users\Amiref\Documents\Sites\simple_cms" with this order : "rails new simple_cms -d mysql" then when I use "rails server" to run webrick I saw this error on command prompt : "rails.bat : C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/mysql2.rb:2:in `require'': Incorrect M...
2012 Aug 22
1
Getting Started problems - How can I get a report of errors
Hello all, I started trying to learn Ruby on Rails from a course on Lynda.com. Unfortunately, I got stuck early on after installing things. First, I got an error trying to install a first application called simple_cms. I read a bit about the error (after doing a web search) and found directions telling me to get DevKit and run about 3 commands. The config file only had one line in it that would be effected by DevKit and that was my ruby folder c:\Ruby193. Then I was able to run: rails new simple_cms -...
2011 Sep 18
0
Two Separate Issues: rails generate
...ms/bundler-1.0.18/lib/bundler/runtime.rb:55:in `each'' > from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `require'' > from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler.rb:120:in `require'' > from /Library/WebServer/Documents/simple_cms/config/application.rb:7 > from /Library/Ruby/Gems/1.8/gems/railties-3.1.0/lib/rails/commands.rb:21:in `require'' > from /Library/Ruby/Gems/1.8/gems/railties-3.1.0/lib/rails/commands.rb:21 > from script/rails:6:in `require'' > from script/rails:6 Notes: - I have 64...
2011 Jun 21
2
Problem launching WEBrick in Rails
...by/Gems/1.8/gems/bundler-1.0.15/lib/bundler/ runtime.rb:55:in `each'' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.15/lib/bundler/ runtime.rb:55:in `require'' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.15/lib/bundler.rb:120:in `require'' from /Users/daviddiliberto/Sites/simple_cms/config/application.rb:7 from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/commands.rb: 28:in `require'' from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/commands.rb: 28 from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/commands.rb: 27:in `tap'' from /Li...
2012 Feb 06
0
Error ActiveRecord::ConnectionNotEstablished
Hello, this morning I was trying to access my app on my computer, but, when I initialize the server and access localhost:3000, this message shows up: ActiveRecord::ConnectionNotEstablished So, I try to access via rails console, but again, another error: felipe@Felipe:~/rails_projects/simple_cms$ rails console /home/felipe/.rvm/gems/ruby-1.9.3-p0/gems/bundler-1.0.21/lib/bundler/rubygems_integration.rb:143:in `block in replace_gem'': Please install the mysql adapter: `gem install activerecord-mysql-adapter` (mysql is not part of the bundle. Add it to Gemfile.) (LoadError) from /h...