[Rails] Re: Ruby on rails tutorial series

2015-11-03 Thread David Rossaue
Thank you so much for this tutorial series, I think the new comers will get benefit from it. -- 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 unsubscribe from this group and stop receiving ema

[Rails] New open source CMS combining Rails and MongoDB

2015-11-03 Thread Damjan Rems
After more than three years of development I am excited to announce DRG CMS. DRG CMS is alternative way of programming application for Ruby on Rails. Instead of creating controllers and views for each collection (table) model, DRG CMS introduces single (cmsedit) controller which uses DRG Forms to

Re: [Rails] I have no idea what this means

2015-11-03 Thread Colin Law
On 3 November 2015 at 19:22, Eli Jackson wrote: > Migrations are pending. To resolve this issue, run: bin/rake db:migrate > RAILS_ENV=development It means what it says, that database migrations are pending (which means you have provided one or more migration files but have not yet run them). Ass

[Rails] I have no idea what this means

2015-11-03 Thread Eli Jackson
Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development Extracted source (around line #392): 390 391 392 393 394 395 def check_pending!(connection = Base.connection) raise ActiveRecord::PendingMigrationError if ActiveRecord::Migrator.needs_migr

Re: [Rails] Static pages from Rails erb templates?

2015-11-03 Thread gvim
On 02/11/2015 14:06, Scott Eisenberg wrote: Maybe high voltage gem will work for you. https://github.com/thoughtbot/high_voltage At first glance this looks way over-complicated for what I had in mind. I would like to have the option to run some kind of rake task which can identify erb templ

[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-11-03 Thread Rodion Savchuk
This is so cool!!! Thanks Igor! Best Regards, Rodion On Monday, November 2, 2015 at 12:05:13 PM UTC+2, igorkas...@gmail.com wrote: > > Hello guys, please find new version of gem, many-many cool features are > added and even more, checkout out screenshots > > https://github.com/igorkasyanchuk/ra