Ruby on Rails
-
Ruby at ThoughtWorksRuby at ThoughtWorks ThoughtWorks started using Ruby for production projects in 2006, from then till the end of 2008 we had done 41 ruby projects. In preparation for a talk at QCon I surveyed these projects to examine what lessons we can draw from the experience. I describe our thoughts so ...
-
Creating Open Web APIs: Exploring REST and WOA in Rails 2.0In my recent 2008 predictions for the future of Web services and open APIs for enterprise applications, I said that we'd finally see a large scale movement to newer, lightweight Web-based models for opening up our software systems and integrating them together. In other words, heavyweight SOA ...
-
Catholicism Computes » Ramaze vs. Rails: Battle of the default templating enginesSomeone asked recently on the Ramaze mailing list: Is Etanni a performance improvement over ERB? I’m just converting a site over to Ramaze and I’m wondering if it’d be worthwhile to convert my ERB tags to Etanni tags? manveru promptly replied: ERB is a lot larger, and does a lot more, but ...
-
-
jimmy.thinking: IronRuby at RailsConf 2009I spent last week at RailsConf 2009 in Las Vegas representing the IronRuby team. I gave a talk there titled IronRuby on Rails , and spent the 45 minutes talking about the benefits of IronRuby running Rails, or any other Ruby web framework, can provide. This write-up will walk through the ...
-
BrowserCMS.orgReport Bugs in Lighthouse. Join the Google Group To Stay Informed Follow @browsercms on Twitter or chat with team in IRC (irc.freenode.net #browsercms)
-
Rails on Vim (in English) - AkitaOnRails.comRails on Vim (in English) I’ve been thinking this through for a while about what are the best tools to develop Ruby and Rails project outside of the Mac. Specially on Windows. Netbeans and Eclipse Aptana are good choices and they are evolving fast, but I always thought of Java based IDE to ...
-
My Blog - GoGaRuCo '09 - CouchDB + Ruby: Perform Like a Pr0n Star - Matt AimonettiIntro Matt Aimonetti is part of the Merb team. Size matters memory usage amount of servers infrastructure You need reliability Fault tolerant downtime Multiple Partners Nice public interfaces no discrimination Scalability reaction underload handle concurrent connections ...
-
InfoQ: RubyMine 1.0 Steps Into the Ruby IDE RingRubyMine 1.0 Steps Into the Ruby IDE Ring JetBrains, the developers of IntelliJ IDEA and ReSharper among others, released its first foray into the Ruby space with RubyMine 1.0 – an IDE for Ruby and Ruby on Rails development. RubyMine was released as a Public Preview in November and ...
-
How To Use Google for Authentication in your Rails App // RailsTips by John NunemakerHow To Use Google for Authentication in your Rails App Step 1: Initial Setup rails googleauth config.gem "googlebase", :lib => 'google/base', :version => '0.2' sudo gem install googlebase rake gems:install Step 2: Controller and Login Form script/generate controller sessions new ...Vishnu Gopal added 8 months ago