Skip to content

Instantly share code, notes, and snippets.

@cutalion
Created January 17, 2013 10:02
Show Gist options
  • Save cutalion/4554991 to your computer and use it in GitHub Desktop.
Save cutalion/4554991 to your computer and use it in GitHub Desktop.

Notes for Rails Meetup - Jan 2013

Rerun/Reload app

  • hot-key
  • hook on save
  • watch
  • Rack::Reloader
  • guard/autotest/shotgun/etc
  • rerun (uses listen gem from guard)

First rails setup on Ubuntu (12.04)

  • update system
  • install curl
  • install rvm
  • install required packages
  • create .rvmrc / install ruby
  • disable documentation
  • install nodejs (for rails generate)
  • install rails
  • lost of all commands

Astrid

  • Overview: todo service, ios/android/web clients, shared lists
  • email to task conversion
  • assign tasks to not registered users
  • Remind Me button
  • help with console client (I have a PoC)

Interesting gems

  • listen
  • grape
  • cane
  • rerun
  • fdoc
  • roar
  • representable
  • swagger-ui, grape-swagger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment