ruby rails

Tag details

Welcome to the 'ruby rails' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'ruby rails'.

Look up Offsite Link "ruby", Offsite Link "rails" at The Free Dictionary

Latest blogosphere posts tagged “ruby rails”

  • Eight tips for getting the most out of your Rails app


    Coffee PoweredAuthority Authority: 106
    Rails does an awful lot to optimize page generation, but there are a number of hacks, tweaks, and usage patterns you should be using to get the most out of your app.Configuration tweaksThere’s a lot of the Rails stack that’s written in Ruby, which is great – it’s portable, it’s flexible, it works out of [...]
    2 days ago
  • Meeting Report: Pune Rails Meetup (Dec 2009)


    PuneTechAuthority Authority: 417
    (This is a report of Pune Ruby on Rails meetup that happened on 12th December. This report was originally written by Gautam Rege on his blog , and is reproduced here with permission for the benefit of PuneTech readers.) Click on the logo to find all punetech articles about Rails in Pune It was great to ...
    4 days ago
  • Moneta: 提供 key/value stores 的統一介面


    {|ihower.idv.tw| blog }Authority Authority: 109
    今天我想特別介紹這一套 Ruby library: Moneta 它提供了 key-value stores 標準共通的使用介面,讓你可以用相同的程式,但是可以輕易轉換底層實際使用的儲存庫,包括: Basic File Store BerkeleyDB CouchDB DataMapper File store for xattr In-memory store Memcache ...
    4 days ago
  • jQuery Ruby-like map() as a plugin


    //DEVGURUAuthority Authority: 103
    I have written a small jQuery plugin that provides ruby-like map functionality. Here is the code: (function($) { $.fn.extend({ map: function(options) { var retval = []; if(typeof(options) == typeof(function() {})) { this.each(function(i, object) { retval.push(options(object)); }); ...
    1 week ago
  • Submitting a patch to the Open Source project: composite_primary_keys


    Dmytro Shteflyuk's HomeAuthority Authority: 396
    Not so far ago I have found a weird bug in the Open Source Ruby gem called composite_primary_keys , occurred when you specify :primary_key option for has_one or has_many association. There are two ways to get it fixed: submit an issue and wait till someone will work out this problem or fix it by ...
    1 week ago
  • When you have to store user passwords…


    Coffee PoweredAuthority Authority: 106
    Today we got word of yet-another-database-hack-with-plaintext-passwords. This time, it’s RockYou, purveyor of many of those Facebook and Myspace apps you use. Oops.Every time this comes up, everyone says “How naive! They should have been using salted hashed passwords!” This is true in any case where you don’t ...
    1 week ago
  • Rails Best Practices Gem: 靜態分析Rails程式碼


    {|ihower.idv.tw| blog }Authority Authority: 109
    Rails Best Practices Gem 是 flyerhzm 根據我的 Rails Best Practices 演講的內容,所作出來的靜態分析程式,可以幫助你快速找到一些可能可以改善的地方。 透過 sudo gem install rails_best_practices –source http://gemcutter.org 安裝之後,只要執行 ...
    1 week ago
  • Streaming Index Progress Results to Browser


    OpenSource ConnectionsAuthority Authority: 106
    I recently needed to index from a local filesystem several thousand static webpages into Solr. I was already using Ruby on Rails for the admin interface, so I quickly threw together an action to index the documents using HPricot and RSolr . To monitor the progress I just output to standard out using puts def ...
    2 weeks ago
  • Ruby Tuesday 2009 年終場


    {|ihower.idv.tw| blog }Authority Authority: 109
    Ruby Tuesday 活動一週年啦,這一次的聚會由 weijen 和 deduce 帶來 Ruby metaprogramming 和 Facebook on Rails for beginners 兩場演講。 時間: 2009/12/22(週二)晚上七點到九點。 地點: 台北市 果子咖啡 報名網頁: http://registrano.com/events/ruby-tuesday-200912
    2 weeks ago
  • Books: Advanced Rails Recipes


    JJinuxLandAuthority Authority: 121
    I just finished reading Advanced Rails Recipes . It was good. Check out the "Contents". If theres anything on that list that you need, its worth buying the book.
    2 weeks ago
  • test_spec_on_rails now runs on Rails 2.3


    Matthew BassAuthority Authority: 106
    If anyone still happens to be using test_spec , you’ll be thrilled to know that the test_spec_on_rails plugin is now compatible with Rails 2.3. It has also been converted to a gem. Install with: sudo gem install test_spec_on_rails Add to your Rails app’s test.rb like so: config.gem test_spec_on_rails Enjoy ...
    3 weeks ago
  • Time warping gem goodness


    Matthew BassAuthority Authority: 106
    The time zone warp code I posted about last week is now a gem: sudo gem install time-zone-warp To configure in your Rails app, add this line to the bottom of test.rb: config.gem time-zone-warp, :lib => time_zone_warp You can also fork the code from the project on GitHub .
    3 weeks ago
  • Naming Together


    Renae BairAuthority Authority: 99
    I think it’s fairly common for programmers to build applications to meet a personal need. When I found out I was pregnant with our third child this past May I didn’t intend to spend my pregnancy writing a Sinatra application for naming babies, but I’ve had so much fun and have really grown as a programmer by ...
    3 weeks ago
  • My top 7 RSpec best practices


    Dmytro Shteflyuk's HomeAuthority Authority: 396
    I use RSpec in all my projects . It’s really hard to overemphasize how helpful it is and how much easier becomes your life if you have good specs coverage. But its outstanding flexibility enables many ways to make your specs awful: horribly slow, over-bloated, even non-readable sometimes. I do not want to ...
    4 weeks ago

Comments about ruby rails

Personal attacks are NOT allowed
Please read our comment policy