Re: [Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread Jordon Bedwell
On Mon, Jan 20, 2014 at 2:45 PM, jsnark wrote: > > > On Monday, January 20, 2014 9:23:10 AM UTC-5, Jordon Bedwell wrote: >> >> On Mon, Jan 20, 2014 at 8:10 AM, jsnark wrote: >> > *.erb files do not connect to databases. Models do. Follow Colin's >> > advise >> > and work through the tutorial. >

Re: [Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread jsnark
On Monday, January 20, 2014 9:23:10 AM UTC-5, Jordon Bedwell wrote: > > On Mon, Jan 20, 2014 at 8:10 AM, jsnark > > wrote: > > *.erb files do not connect to databases. Models do. Follow Colin's > advise > > and work through the tutorial. > > If *.erb files don't connect to the database in

[Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread Lehner Viktor
Hi, This Video helped for me: http://www.youtube.com/playlist?list=PLcwklDOKWhc-4SOfwx71yEKzMHGw1BU_h&feature=c4-feed-u 2014. január 20., hétfő 11:27:36 UTC+1 időpontban Ruby-Forum.com User a következőt írta: > > Hi all, > I have one 1 *.html.erb. I want to connect to mySQL and show some > i

[Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread Nguyen Le
The first, I want to say thank to all reply. I think it is very helpful for me. I will learn Rails step by step. Thank you so much. Nguyen -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To uns

Re: [Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread Jordon Bedwell
On Mon, Jan 20, 2014 at 8:10 AM, jsnark wrote: > *.erb files do not connect to databases. Models do. Follow Colin's advise > and work through the tutorial. If *.erb files don't connect to the database in the entire context of the application (which they do through models which does it through

[Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread jsnark
*.erb files do not connect to databases. Models do. Follow Colin's advise and work through the tutorial. -- 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 t

[Rails] Re: Help me connect to MySQL Database

2014-01-20 Thread Nguyen Le
Thanks for your reply, Colin. I asked this question, because I want to make sure file *.html.erb can connect to mySQL database. Could you help me to answer this question and give me code sample?. Thank you so much -- Posted via http://www.ruby-forum.com/. -- You received this message because yo