Speaker Topics: Brainstorming

What would you like to hear about at the Rails Underground ’09 conference?

Vote up the topics you like and add comments or suggestions. If there is a topic that interests you, but it is not listed, please add it!
There are no bad ideas here, anything you think of that springs to mind: let us know, and we’ll talk about it.

If you are a speaker, or thinking about submitting a proposal, you can check here for inspiration or feedback, and perhaps tweak your ideas. If you’ve already submitted a talk but get a great idea, you can always submit an updated proposal.

Once it becomes clear whether an idea is a Good Thing or not, and the discussion has run it’s course, we’ll close the topic. This will free up votes so you can assign them elsewhere.
The final line-up of talks will be chosen by the conference chairs, who will need to consider the quality of the submissions, the speakers available, fitting the talks into the schedule, and how many talks we can actually fit in!

We hope you find this forum useful! Thanks for joining in, and helping us get a better idea what you’d like to see.

I’ve added a bunch of ideas to kick things off. You might think they are great; you might think they are silly; or, it might be impossible to find the right speaker – never mind! They’re just here to spark a conversation!

For more information about submitting a proposal, visit http://www.rails-underground.com/speaker-applications.html

I'd like to hear about...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. Fitting Cucumber into your agile process

      Have you ever struggled to understand a customers hand waving list of requirements?
      Enter Cucumber, this is a new BDD tool which can alleviate the perennial issue of acceptance testing by helping tie down exactly what the customers requirements are.

      Cucumber can be used to drive out behaviour for rails apps, ruby apps, java apps, flex apps, the list goes on.

      Over and above demonstrating how Cucumber is used technically, I would like to share how you can use Cucumber as part of your agile development process and save money ( or make more money quicker ) as a result.

      30 votes
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
      • Rails Apps for Portable Devices

        There are many ways to effectively take advantage of mobile technology that can help us build better Rails application tailored to portable devices. Find out why it’s important to go mobile and just how to do so.

        23 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
        • RESTful Possibilities – REST in Rails and Beyond

          The elegant simplicity of REST facilitates the diverse web we all know and love. Rails 2.0 introduced the notion of architecting web applications as a collection of RESTful resources. Following that convention gets you more maintainable code, and a free API, client included! But, RESTful Rails is just the beginning. Using the same standards, you can design interfaces for all kinds of services. Leveraging lightweight MVC frameworks like Sinatra, web servers like Thin, and client libraries like ActiveResource, writing RESTful services gives you a lot for a little. In this session, we'll start by taking a walk through RESTful Rails,… more

          23 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
          • Plug-n-play components for rails apps

            Rails 2.3 now has engines and rack. So in time we should be able to write more and more reusable full-featured components/mini-apps that can be plug-n-played together.

            18 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
            • Secrets of Complex Forms Revealed

              Rails makes CRUD operations incredibly easy. Diverging from the standard, though, can be painful. Whether it's a 4-step wizard, or a form that allows you to signup and pay in one step, the last thing you want to do is put that logic in to your controller. In this talk, using examples taken from real projects, you'll learn to build elegant, testable, and RESTful complex forms.

              16 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • So you'd like to be a Rails Contractor?

                You've quit your job. You've read the books. You've bought a mac. You've customized the colours on your Textmate install to look just like the original RoR screencast. Now what?

                This presentation would talk you through the basics of starting up as a Rails contractor from personal (sometimes painful) experience. It'll cover such things as Finding Work, Tax, Choosing The Right Clients, How To Set Your Rates and When To Say No.

                (I'm open to suggestions about what people would like to hear about!)

                11 votes
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • Going Into Production

                  The process of taking your pails project and putting it live. What do you need to think about? How should you plan it? What happens next?

                  9 votes
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • Processing sales and payments in commercial apps

                    Introducing the <a href="http://ept.github.com/invoicing">Ruby Invoicing Gem</a>, a framework for easily dealing with accounting, tax, payment processing, maybe special discounts, reseller deals and more... all the boring stuff which you don't want to think about as a developer, but you need to get right if you want your app to scale with your commercial success.

                    The Invoicing Gem takes a staightforward, developer-friendly approach while internally having all the flexibility of a full accounting system.

                    I would like to suggest a session on commercial web apps in general, including a hands-on technical example of how to start billing users properly.

                    9 votes
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                    • 7 votes
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                      • What Rails can learn from framework X

                        A look at other languages and frameworks that have great ideas that Rails can learn from.

                        6 votes
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                        • Sphinx: Beyond the Basics

                          Recipes for not-so-simple Sphinx usage, including facets, excepts, geo-searching, delta approaches and I18n.

                          6 votes
                          Vote 0 votes Vote Vote
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                          • From the trenches: Running an agile Rails team

                            I've been running Agile teams writing Rails apps using BDD for a couple of years now, with some very successful projects, a couple of failures, and one or two near failures, from which we've learnt some valuable lessons.

                            I'm thinking of something along the lines of:

                            * What works
                            * What doesn't
                            * How you can maximize chance of project success with Agile.

                            5 votes
                            Vote 0 votes Vote Vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                            • RoR for Java Programmers

                              Advice on getting the most out of Ruby and Rails if you've come from a Java development background.

                              5 votes
                              Vote 0 votes Vote Vote
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service

                                You'll receive a confirmation email with a link to create a password (optional).

                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                              • You suck at software development - deriving agile.

                                Agile development has been all the rage for a while now. Test driven, iterative development and placing a priority on real, working software, rather than complex requirements and documentation seems to make software projects run smoother and more effectively. But, why are these techniques so effective?

                                Understanding why agile works can help us better understand our software development process and even to come up with a decision framework to help us answer questions that agile doesn't.

                                5 votes
                                Vote 0 votes Vote Vote
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service

                                  You'll receive a confirmation email with a link to create a password (optional).

                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                • Behaviour driven monitoring with cucumber-nagios

                                  cucumber-nagios takes the results of a Cucumber run and outputs them in the Nagios plugin format. Instead of simply checking whether your app is up, you can monitor your production app's behaviour.

                                  cucumber-nagios also fits really well into your existing development agile processes, letting you take the Cucumber features you've already written for your app, and test your application once it's deployed.

                                  I'd like to cover how to use it, what checks to write, and why monitoring is important!

                                  4 votes
                                  Vote 0 votes Vote Vote
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service

                                    You'll receive a confirmation email with a link to create a password (optional).

                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                  • Ruby 1.9.1

                                    What's the story, what will it do for me, and what are the dangers in migrating to it

                                    3 votes
                                    Vote 0 votes Vote Vote
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service

                                      You'll receive a confirmation email with a link to create a password (optional).

                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                    • From the Keyboard to the Community

                                      Working on those web skills for your own gain and knowledge is all well and good, but how do you use them to help others? A discussion on the opportunities and challenges out there for developers to dive into and have a positive impact on other developers, local communities and beyond.

                                      2 votes
                                      Vote 0 votes Vote Vote
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service

                                        You'll receive a confirmation email with a link to create a password (optional).

                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                    • Don’t see your idea?
                                    • Post a new idea…
                                    • Speaker Topics: Brainstorming

                                      Knowledge Base and Helpdesk