rails

Tag details

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

Look up Offsite Link "rails" at The Free Dictionary

Latest blogosphere posts tagged “rails”

  • Why “Not use default route”?


    {|ihower.idv.tw| blog }Authority Authority: 119
    In my Rails Best Practices slides, I only give simple code without any description (unless you heard my talk :p), so let me explain here. my point is: “If you use RESTful design, you should NOT use default route.” Why? For example: map.resources :users map.connect :controller/:action/:id ...
    11 hours ago
  • 5 Top Ruby and Rails Jobs for November 2009


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 167
    Looking for a Ruby or Rails job in this economy? Theyre still there! They seem to be getting posted daily on jobs.rubynow.com but weve got 5 of our own that have come in via the Ruby Inside jobs board . read more
    22 hours ago
  • Rails Metal MongoDB GridFS access


    Sho Fukamachi OnlineAuthority Authority: 118
    I’m kind of new to Metal (and all things Rack) but this works. Just for reference. # Allow the metal piece to run in isolation require ( File . dirname ( __FILE__ ) + "/../../config/environment" ) unless defined ? ( Rails ) class ImageShow  def self . call ( env ) request = ...
    22 hours ago
  • Toronto Transit Commission Resumes Subway Service


    MyTownTalksAuthority Authority: 528
    AHN Staff Toronto, Ontario (AHN) - The Toronto Transit Commissions subway service resumed Wednesday evening after closing for about six hours due to a construction accident. The unexpected closure of the TTCs Yonge subway line between Bloor and Eglington stations stranded about 300,000 commuters.
    1 day ago
  • 600 Ruby Developers Go Startup Crawling in San Francisco


    Zendesk BlogAuthority Authority: 119
    The first annual Startup Crawl in San Francisco takes place this Friday, November 20, at some of the citys hottest startups -- and Zendesk is on the tour! Some of the other companies on the Crawl include Scribd , Engine Yard , Pivotal Labs , Justin.tv , Apture , and Yammer . The event organizers are taking ...
    1 day ago
  • Time zone warp


    Matthew BassAuthority Authority: 92
    One of my Rails projects makes heavy use of time zones. I’ve run into some issues writing good tests for this type of thing. In particular, I’ve needed my tests to run within a time zone outside my own. But I don’t want to permanently change the time zone within the scope of the entire test run. I ended up ...
    2 days ago
  • Request-log-analyzer 1.5.0


    Floorplanner Tech BlogAuthority Authority: 400
    Bart and I just released request-log-analyzer version 1.5.0. New features include: MySQL slow query log format support to analyze what queries are slowing down your database. Format autodetection: with all those supported file formats, remembering the right --format parameter gets tricky. With format ...
    2 days ago
  • Rails kinda running on 1.9.1


    Sho Fukamachi OnlineAuthority Authority: 118
    So I’ve been ranting recently about Rails’ lack of Ruby 1.9 support. And rightfully so! It’s inexcusable for the #1 Ruby framework to not support the fastest, most efficient version of Ruby, especially not after it’s been available for almost 2 years. But for some people, it is kind-of possible to use Rails ...
    2 days ago
  • Social Networking Site by wRally


    freelancersblog.netAuthority Authority: 172
    Description of Site: Social networking that relies heavily on Ajax. SIte must be designed with web 2.0 style/functions in mind. Need a developer that can not only write manageable code, but also great looking pages… (Budget: min $3000, Jobs: AJAX, CakePHP, PHP, Ruby/Ruby on Rails, Social Networking) Original ...
    3 days ago
  • Case-insensitive validates_uniqueness_of slowness


    Floorplanner Tech BlogAuthority Authority: 400
    Watch out when using validates_uniqueness_of :field, :case_sensitive => false . Rails transforms this in a query that cannot be supported by an index, which will really slow validation down if the underlying table grows larger. For example, we use validates_uniqueness_of to check for duplicate e-mail addresses. ...
    3 days ago
  • DBG RAIL SESSION


    WOOZY BMX MAGAZINEAuthority Authority: 142
    kid destroyed this rail - i like.
    3 days ago
  • Sudan: the role of scientific research in agricultural development


    FARA SecretariatAuthority Authority: 430
    3- 5 November 2009. The National Centre for Research of Sudan organized its 9th Scientific Conference on: THE ROLE OF SCIENTIFIC RESEARCH IN AGRICULTURAL DEVELOPMENTOverall objective of the Conference: To maximize the utilization of research results, scientific studies and practical efforts to serve the agricultural ...
    3 days ago
  • Agile Web Development with Rails – 3rd Edition


    JotlabAuthority Authority: 117
    Yes i’m a book addict! [IMG: http://www.jotlab.com/wp-content/uploads/2009/11/Photo-on-2009-11-17-at-12.56-500x375.jpg]
    4 days ago
  • Merging named scopes without performing a query


    Danilo SatoAuthority Authority: 92
    It all started when I tweeted : wish I could get hold of a chain of named_scopes without performing any query (which means it can’t be dynamically composed) #activerecord My team has currently been performing some refactorings on our Rails app and one of our goals is to move complex find queries into more ...
    4 days ago
  • Sr. Ruby On Rails Developer


    Get a Freelance JobAuthority Authority: 181
    We are hiring a front end developer to help in the finishing stages of building a truly innovative RoR business application app that we are privately launching in December and publicly launching in January 2010. We are looking for someone with experience in: * jQuery and/or MooTools * Haml & Saas * ...
    4 days ago
  • Expiring an entire page cache tree atomically


    Brightbox BlogAuthority Authority: 406
    As you’ll all know, Rails has page caching baked right in – the first time an action is hit, it writes a html file of the result to the filesystem. Subsequent hits are served direct from the html file at high speed by the web server without ever involving your Rails app. Expiring the cache is just a case of ...
    4 days ago
  • 10 Great PSD to HTML providers


    VunkyAuthority Authority: 107
    PSD to HTML conversion is a tedious step in the web design and development process. One great way to save time and money is to outsource this process all together.In the last 2 years there has been a real up rise in PSD to HTML providers. Most of them actual outsource the real slicing themselves. [...]
    4 days ago
  • Sending email: Controllers versus Models


    Robby on RailsAuthority Authority: 413
    While reviewing some code recently, I came across controller code that resembled the following. if @customer . save CustomerMailer . deliver_welcome_message ( @customer ) flash [ :message ] = " Your account has been successfully created. Weve sent you a welcome letter with... " ...
    4 days ago
  • Adrift on Rails


    Sho Fukamachi OnlineAuthority Authority: 118
    Ruby on Rails development seems to be stalled , with no substantial release since March and many show-stopper bugs in the current version, 2.3.4, such as the claimed Ruby 1.9 support which does not work and has never worked, meaning that Rails can’t run on the only version of Ruby that doesn’t leak memory like ...
    4 days ago
  • Multilingual Programming Code


    jonlee.caAuthority Authority: 92
    I saw this piece of code mentioned on reddit and it absolutely blew my mind.  The code below is written in the Ruby programming language and when compiled, produces compilable Python code which is impressive in itself.  And when you compile the outputted Python code, it produces Perl code, which generates ...
    4 days ago

Comments about rails

Personal attacks are NOT allowed
Please read our comment policy