Ruby on Rails Tuesday, June 28, 2011

Thanks for your prompt replies. I am using Rails 3.0.9 version. I used 'ruby script/rails server' command. 

But I am getting following error pop-up while running this command. 

The procedure entry point sqlite3_column_database_name could not be located in the dynamic link library sqlite3.dll

Please suggest some solution. 

Thanks,
Amit

On Tue, Jun 28, 2011 at 6:08 PM, Chirag Singhal <chirag.singhal@gmail.com> wrote:
You didn't specify which Rails version you are using.
Looks like you are on Rails 3, in that case, on of the following two should work:
rails server (shorthand is rails s)
or
ruby script/rails server

You may also want to read up Rails guides, which is very good if you are a beginner and will address these basic issues - http://guides.rubyonrails.org/getting_started.html

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/uKCg5GXX4o8J.

To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.



--
Thanks and Regards,
Amit

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment