-
-
I like solving social problems with web and mobile technology. I also like playing funk music. README
-
iPhone Apps
-
Read About
ActionScript3 adobe flex Ajax apache authentication bash csrf custom devise Facebook API flash flex iphone javascript jquery linux marketing Music myspace MySQL objective c os x passenger Photoshop php plugin rails rounded rounded corners rspec ruby rubyonrails Ruby On Rails Software SQLite tap testing time_select user-permissions user-roles validation widget wordpress XHTML/CSS XML

B’more on Rails synopsis – April 2010
B’more on Rails is a community of Baltimore folks who use the Ruby programming language and the Ruby on Rails application framework. Check out our MeetUp page. Below is a brief synopsis from our April 2010 meetup. You can also download the slides here.
Bundler is great for gem management. Among other things, it solves the issue where gems are required to load your environment but the environment needs to be loaded for the bootstrapping code that installs those gems to execute.
Cucumber seems to be the most agile solution for BDD style integration tests. Writing out the features before you write code seems like a lot of work, but it will yield better productivity as it forces you to keep the business requirement paramount during development. It’s overkill for unit tests in which case RSpec, Shoulda, or TestUnit (shipped with Rails) will serve you well. Also, it can be quite painful at first, but the key is to start simple and you will be naturally drawn to advanced usage.
Cucumber should be used in conjunction with Capybara or Webrat for browser simulation. Also the following testing tools were mentioned:
If you enjoyed this post, make sure you subscribe to my RSS feed!