$ rails g model User
belongs_to
has_one
A collection of Natural Language Processing (NLP) Ruby libraries, tools and software. Suggestions and contributions are welcome.
| #!/bin/bash | |
| # ----------------------------------------------------------------------- | |
| # Installs Ruby 2.3 using rbenv/ruby-build on the Raspberry Pi (Raspbian) | |
| # | |
| # Run from the web: | |
| # bash <(curl -s raw_script_url_here) | |
| # ----------------------------------------------------------------------- | |
| # Set up variables |
| ## | |
| Lets say we have YoloFont.otf | |
| 1. We add it to vendor/assets/fonts/ folder | |
| 2. Me personaly creates a file named fonts.css.scss in app/assets/stylesheets | |
| In it I have | |
| @font-face{ | |
| font-family: 'YoloFont'; |
| # RSpec 2.0 syntax Cheet Sheet by http://ApproachE.com | |
| # defining spec within a module will automatically pick Player::MovieList as a 'subject' (see below) | |
| module Player | |
| describe MovieList, "with optional description" do | |
| it "is pending example, so that you can write ones quickly" | |
| it "is already working example that we want to suspend from failing temporarily" do | |
| pending("working on another feature that temporarily breaks this one") |