powered by UserVoice

Topic Suggestions Feedback Forum

Log in or Sign up |

What topics would you like to see covered on railstips.org?

  1. 27 votes
    Vote

    Advanced ActiveRecord

    Performing database tasks that can be very resource intensive if done in-correctly. AR doesn't necessarily provide a clear cut path to performing a lot of these without additional effort. Perhaps a post on how to perform these techniques the cleanest way possible, examples:

    * AR missing the 'hav... more

  2. 27 votes
    Vote

    my balls on rails

    John, my balls are really great, but I want them to really shine with ruby and go faster with rails. How can we let this happen?

    Also, how to deal with trolls in rails

  3. 22 votes
    Vote

    Rails and Money

    What's the best way to handle tasks in rails when it comes to storing monies in varying currencies. An example of this may be an auction site, which user's list their items in a local currency (or, any currency). User's then want to search for items between values in a specific currency.

    * What ... more

  4. 15 votes
    Vote

    jruby

    - precompile a rails app
    - setup background tasks

  5. 12 votes
    Vote

    Testing Mailers with RSpec

    It would be nice to show how to test the mailers in an application using RSpec, I can't seem to find info on this anywhere.

  6. 10 votes
    Vote

    Logging Events Seperately to the database planned

    I would like to know more about logging events to the database to keep track of possibly user actions, interactions.

  7. 8 votes
    Vote

    build a chronological rss feed aggregator like friendfeed

    using httparty and other tools, build a feed aggregator that will display the latest posts from flickr, twitter, delicious, google reader shared and other web services.

  8. 8 votes
    Vote

    testing controllers behind authentication

    I feel like I have a good handle on testing logic in Rails models, but the controller seems like a totally different animal, especially when authentication is involved. Love your idea of going through testing from the basics on up---it seems like there's a big gap between the tutorials that are ... more

  9. 7 votes
    Vote

    Alternatives to eRB

    What alternatives there are to eRB aside from the populate ones (builder and haml spring to mind as fairly popular).

    * What are they
    * Pros/Cons
    * Worth using against something great like haml
    * Niche alternatives (for very specific tasks, perhaps PDF generation?)

  10. 7 votes
    Vote

    Virtual Attributes

    There's a nice screencast about virtual attributes on RailsCasts, but I would like to know more, would like to have something in writing, and would like to see more examples of how virtual attributes can be used.

  11. 5 votes
    Vote

    Ruby on Rails message queue service

    A free cloud "Message Queue" service www.onlinemq.com.

    It is 100% web services oriented (Soap - wsdl, Rest & Pox).

  12. 4 votes
    Vote

    acl authorization

    Most of the authorization plugins deal with authorizing actions. Only a few are meant for authorizing action on specific objects. The ones I know of are outdated (RBAC, AcitveACL) and not very actively maintained, AFAIK. This topic might be beneficial to many less advanced railists

  13. 3 votes
    Vote

    How to user AuthSMTP with Rails application

    It seems making use of AuthSMTP is not as easy as I expected.

  14. 2 votes
    Vote

    Testing XMLRPC API

    I've seen a few examples for testing XMLRPC APIs but they all seem to revolve around using Mocks. How do you know if the API is well tested if you aren't hitting the API? Do you test first without Mocks and then once verified that the behavior is correct, use mocks to speed up testing?

  15. 1 votes
    Vote
  16. 1 votes
    Vote

    Helpers in ruby

    I would like to know how helpers are useful in ruby on rails application.

    as i came to know from goggling, writing code in helpers make extra burden on server. so is it correct?

    i my application i used to write many helpers method, so thus it decreases any application performance ??

    please g... more

  17. 1 votes
    Vote

    Rails API for Message queue in the Cloud

    What are the API's for rails for sending message to queues.

    For services like Amazon SQS and Onlinemq.com

  18. 0 votes
    Vote

    Subdomains shopify style

    Hey,
    it would be nice if you can explain how to do subdomains like blogger or shopify does?
    Or maybe subdomain is the wrong expression but allow the user to use his own domain to link to the service.

    Here is an explaination
    http://wiki.shopify.com/Using_Your_Own_Domains

    Thanks

powered by UserVoice