Skip to content
Leo Allen edited this page Mar 2, 2015 · 9 revisions

Common Issues

  • unused files +
  • read over your pull request before finishing. the final process should be reading the created pull request and making changes that are seen before sending it to us, as otherwise we waste time going over indentation, comments, and unnecessary files +++
  • update README to indicate install process for other developers
  • avoid old should rspec syntax
  • RSpec features scenarios (need some examples of what we think is best)
  • integration/acceptance tests (avoid database testing in acceptance tests --> need to update tutorial)
  • need unit tests for datamapper
  • confusion over flash.now
  • ensuring all feature tests are in features directory
  • extract database setup to separate file
  • correct indenting and spacing
  • don't use divs
  • before blocks don't need each (set to that by default)
  • correct semantics for form mark up (I have a feeling this is an issue in Bookmark manager too)
  • split routes into a controller file/many controller files
Clone this wiki locally