$ rails g model User
belongs_to
has_one
/* Gruntfile.js | |
* Grunt workflow for building AngularJS/Ionic applications. | |
*/ | |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
coffee: { | |
compile: { |
rake db:test:prepare
will also clear the test database.## rpc.gd | |
# An experiment in using HTTPClient | |
# for blocking RPCs | |
# @author bibby<[email protected]> | |
# | |
# get( url ) | |
# post( url, body ) | |
# put( url, body ) | |
# delete( url ) |
// HTTP JSON API. | |
#include <EtherCard.h> | |
#include <DHT.h> | |
#include <Wire.h> | |
#include <Adafruit_BMP085_U.h> | |
// Ethernet: |