When we create a new Rails project a database.yml is created for us, and it looks like this one: development: adapter: mysql encoding: utf8 database: project_development username: root password: passw… more →
Blog < MyMindandrewdegenhardt wrote 4 days ago: I just finished transferring a Ruby on Rails web site from one server to another and also transferri … more →
geoffreyducharme wrote 1 week ago: This is probably the strangest error I’ve yet met in Rails. I was trying out functional testin … more →
Wilfrido Nuqui wrote 3 months ago: Imagine you are developing a rails app for a couple of weeks already. And the flash messages of your … more →
Erik wrote 12 months ago: <!-- usage: - upload this file to a server - create yap app - set app url to the location of this … more →
andersondias wrote 1 year ago: When we create a new Rails project a database.yml is created for us, and it looks like this one: dev … more →
andersondias wrote 1 year ago: Ao criar um novo projeto rails é criado juntamente com o projeto um arquivo database.yml parecido co … more →
Danil Glinenko wrote 1 year ago: Following up on DbAssert I’ve made a few changes to it. They are really minor ones. Ability to … more →