Comments on: Blog plugin tutorial for Ruby on Rails http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/ Thu, 21 Apr 2011 02:36:27 +0000 hourly 1 https://wordpress.org/?v=5.6 By: Aguswgs http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-18315 Thu, 21 Apr 2011 02:36:27 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-18315 Great article, I was thinking the same, migrate all my clients to Ruby and Rails and use this experience to really learn the language, but I was not pretty sure to do it, now, I am agree with you, I has been in computers for more than 20 years, I love delphi, php, and javascripts, I can do what I want with this languages… thank your your article…

]]>
By: Subin Varghese http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-1707 Fri, 16 Oct 2009 10:51:41 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-1707 Hi,

Great tutorial. First one which actually worked for me. Was Googling the whole web for a decent tutorial to learn to build a rails engine. Went through few other tutorials for this but got struck or got some unknown error when following them. This is the first one which went off quite well.

Thanks a lot.

Could you provide the second part of the tutorial. Really need them. Please… 🙂

]]>
By: Forex Forum http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-1126 Tue, 15 Sep 2009 00:15:09 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-1126 Great blog, reading it through RSS feed as well

]]>
By: SonyaSunny http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-1047 Fri, 04 Sep 2009 14:21:40 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-1047 Ugh, I liked! So clear and positively.

]]>
By: Bill Bartmann http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-1010 Wed, 02 Sep 2009 18:37:02 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-1010 Cool site, love the info.

]]>
By: charlie http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-944 Sun, 30 Aug 2009 00:36:27 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-944 In reply to Bill.

Thanks Bill, updated.

]]>
By: Bill http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-943 Sun, 30 Aug 2009 00:19:12 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-943 I think it’s great for people to have options on how to get their blog rolling — it definitely shouldn’t be a hard thing for people to do.

That said, the record should indicate that Bloggity does not require the Engines plugin to run if you are using Rails 2.3 or above (where the Engines plugin is baked in). Please update accordingly.

Thanks,
Bill

]]>
By: Bryan http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-932 Wed, 11 Feb 2009 20:27:00 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-932 Cool stuff Charlie. Plugins are still new to me. 🙂

In your init.rb file, where does ‘directory’ come from in model_path = File.join(directory, ‘app’, ‘models’)? Is that a helper method Rails provides? I assume ‘config’ is a helper method also?

Don’t you need to migrate your database with the migrations you created before you do the testing you describe?


Bryan

]]>
By: charlie http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-933 Wed, 11 Feb 2009 20:27:00 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-933 @Bryan – directory is a variable for the current directory of the file you are running the File.join method from. It is a ruby method from File.

Yes, must run migrations – thanks for pointing that out – updated the article 🙂

]]>
By: Ravi http://pullmonkey.com/2009/02/11/blog-plugin-tutorial-for-ruby-on-rails/comment-page-1/#comment-934 Wed, 11 Feb 2009 20:27:00 +0000 /2009/04/02/blog-plugin-tutorial-for-ruby-on-rails#comment-934 Great Post. Waiting on Part 2…

]]>