Hi,
im new to ruby on Rails…i install all ror files…if i try to work in
database there is sqlite3 is default.??.. if i change to mysql im
getting error…in localhost development side…??
how to change sqlite3 to mysql…?? help pls…??
On Fri, Feb 20, 2009 at 8:06 AM, haneef5k [email protected] wrote:
how to change sqlite3 to mysql…??
- install MySQL
- install mysql gem
- edit config/database.yml appropriately
- if you’ve already started development, run
rake db:schema:load
to install your tables
HTH,
Hassan S. ------------------------ [email protected]
If you’re just getting started, create your project with:
rails myproject -d mysql
Please, be more specific. What error message are u getting?
Anyway, i suspect that it’s because u don’t have the mysql gem
installed.
Try installing it: gem install mysql
Thank for reply…
Can u tell me how to install full RoR complete package with default of
database adapter with mysql .?im getting sqlite3 is default???
On Feb 20, 9:19 pm, Hassan S. [email protected]
Can u tell me how to install full RoR complete package with default of
database adapter with mysql .?im getting sqlite3 is default???
On Fri, Feb 20, 2009 at 8:27 AM, haneef5k [email protected] wrote:
Can u tell me how to install full RoR complete package with default of
database adapter with mysql .?im getting sqlite3 is default???
Yes, SQLite3 is the current default; if you want to use something else
you need to follow the process I outlined.
HTH,
Hassan S. ------------------------ [email protected]
Download edge Instantrails .
and make rails application from command promt
rails -d mysql applicationname
you can able to work with mysql.
Hi, Schroeder
Can u tell me,? which editor is best for Ruby on Rails…apps??
On Feb 20, 9:19 pm, Hassan S. [email protected]
On Sat, Feb 28, 2009 at 9:26 PM, haneef5k [email protected] wrote:
Can u tell me,? which editor is best for Ruby on Rails…apps??
The one you’re most proficient with
At various times I use jEdit, NetBeans and vi for Rails development,
all reasonably cross-platform so I don’t have to switch mental gears
too much going between Linux and Mac. YMMV,
–
Hassan S. ------------------------ [email protected]
myproject user$ cd user $ rails new myproject -d mysql
say ‘no’ for all question but for’ Overwrite …/myproject/config/*
database.yml*? (enter “h” for help) [Ynaqdh]’ say ‘yes’