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
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
7 votes
-
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 -
Sphinx: Beyond the Basics
Recipes for not-so-simple Sphinx usage, including facets, excepts, geo-searching, delta approaches and I18n.
6 votes -
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 -
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 -
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 -
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 -
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 -
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