[Rails] Growth Chart - Rails Developer

2013-12-31 Thread Murtuza
Hi, I'm trying to build an exhaustive list of Rails concepts that one would learn over a period of time, to become a Rails 'ninja' . The list is on Github I'm trying to pair concepts with experience level ( a rough estimate of what c

Re: [Rails] How can I separate the db DBA user and the db app user

2013-12-31 Thread Walter Lee Davis
On Dec 30, 2013, at 5:26 PM, Marc Munro wrote: > How can I separate the database DBA user and app access user in rails? The > app user will be able to run the app but perform no DDL. The DBA user will > be used for migrations. In your database.yml file, specify the DBA credentials in the dev

[Rails] Re: How can I separate the db DBA user and the db app user

2013-12-31 Thread Rick
On Monday, December 30, 2013 5:26:45 PM UTC-5, Marc Munro wrote: > > How can I separate the database DBA user and app access user in rails? > The app user will be able to run the app but perform no DDL. The DBA user > will be used for migrations. > > I do not want the user that runs the rails

[Rails] Re: What Gives? If Rails is so good why is it so hard to install it?

2013-12-31 Thread pouya314
I have put together a blog post on exactly the same topic: http://bit.ly/1hbbBqj hope it helps. On Thursday, December 26, 2013 6:43:20 AM UTC+8, Dan Boyle wrote: > > I have spent hours trying to get some version of Rails installed and all > to no avail. It seems there are many people who get t