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 2009-02-20 17:12
on 2009-02-20 17:20
On Fri, Feb 20, 2009 at 8:06 AM, haneef5k <haneef5k@gmail.com> wrote:
> how to change sqlite3 to mysql..??
1) install MySQL
2) install mysql gem
3) edit config/database.yml appropriately
4) if you've already started development, run
rake db:schema:load
to install your tables
HTH,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
on 2009-02-20 17:22
If you're just getting started, create your project with: rails myproject -d mysql
on 2009-02-20 17:23
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
on 2009-02-20 17:24
Thank for reply... On Feb 20, 9:19 pm, Hassan Schroeder <hassan.schroe...@gmail.com>
on 2009-02-20 17:28
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 Schroeder <hassan.schroe...@gmail.com>
on 2009-02-20 17:28
Can u tell me how to install full RoR complete package with default of database adapter with mysql .?im getting sqlite3 is default???
on 2009-02-20 19:16
On Fri, Feb 20, 2009 at 8:27 AM, haneef5k <haneef5k@gmail.com> 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 Schroeder ------------------------ hassan.schroeder@gmail.com
on 2009-02-21 12:10
Download edge Instantrails . and make rails application from command promt rails -d mysql applicationname you can able to work with mysql.
on 2009-03-01 06:27
Hi, Schroeder Can u tell me,? which editor is best for Ruby on Rails..apps?? On Feb 20, 9:19 pm, Hassan Schroeder <hassan.schroe...@gmail.com>
on 2009-03-01 15:49
On Sat, Feb 28, 2009 at 9:26 PM, haneef5k <haneef5k@gmail.com> 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 Schroeder ------------------------ hassan.schroeder@gmail.com
on 2012-12-03 23:24
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'
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.