My Rails guides 3

Posted by pratik
on Wednesday, March 18

Instead of blogging some of the articles, I decided to write those as Rails guides. So go ahead and check them out !

I also wrote a lot of the Active Record Query Interface guide. Of course my guides aren’t really eligible for the guides hackfest prizes. But hey, you could still win them by writing a new guide !

Comments

Leave a response

  1. defsdoorMarch 18, 2009 @ 08:18 PM

    Your AR Query Interface guide is great – a must read for all reails newbies.

    Is it within it’s scope to include named scopes also ? (no pun intended)

  2. PratikMarch 18, 2009 @ 09:05 PM

    Hey,

    We have a new guide coming up for named scopes. So hopefully that’ll fill the void !

  3. Shih-gian LewMay 06, 2009 @ 01:48 AM

    Hi Pratik,

    First, thank for the information.

    I am new to Rack and found documentation on your web site:

    app = Rack::Builder.new {
    use Rails::Rack::LogTailer unless options[:detach]
    use Rails::Rack::Debugger if options[:debugger]
    map “/” do use Rails::Rack::Static
    run ActionController::Dispatcher.new end
    }.to_app

    Can you provide an example how do I use this with script/server for WEBrick?

    Thanks,
    Lee

Comment