Ruby on Rails
Sunday, December 4, 2016
To add to Colin's advices:
-- - You can have an IDE online, in the cloud, with everything you need by using C9.io. Register for free, create a Rails environment, and all you need is set up for you!
Ad
Op vrijdag 2 december 2016 19:26:56 UTC+1 schreef Furqan Ahmad:
Op vrijdag 2 december 2016 19:26:56 UTC+1 schreef Furqan Ahmad:
it was worked fine before i installed sqlite3 by this method
Install the Ruby Devkit for your setup (DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe for me since I use a x64 machine)
Download and extract the autoconf package from Sqlite.org
Run msys.bat (it is inside the ruby devkit root folder)
cd into the path where you downloaded the sqlite source (for example: "cd /c/dev/sqlite3" for path "c:\dev\sqlite3" if you are new to MSYS/MINGW32)
Run "./configure"
Run "make"
Run "make install"
Get the sqlite3 gem again, this time specifying the platform and the path to the newly compiled binaries:Now when i run rails server it shows me this instead of running the server
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c3069767-b225-43cd-889b-5c27f37265e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment