GitXplorerGitXplorer
t

couchrest_model-tmbundler

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2c04a9f9fceb458e148022f16a3188c544ece432

added collection_of and belongs_to snippets

ttinogomes committed 13 years ago
Unverified
59705a8c8088bad1f71e2744e0d6b1e703ad249d

Update README with snippet codes and instructions to contribute

ttinogomes committed 13 years ago
Unverified
4fd125efad3df4a037e6ebc0572c262a0efc2df4

First commit

ttinogomes committed 13 years ago

README

The README file for this repository.

Couchrest Model Textmate Bundles

Instalation

with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone http://github.com/tinogomes/couchrest_model-tmbundle.git CouchRest\ Model.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/tinogomes/couchrest_model-tmbundle/tarball/master
tar zxf tinogomes-couchrest_model-tmbundle-*.tar.gz
rm tinogomes-couchrest_model-tmbundle-*.tar.gz
mv tinogomes-couchrest_model-tmbundle-* CouchRest\ Model.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

Snippets

Properties

pp<tab>    # => property :attribute, type
ppa<tab>   # => property :attribute, []
ppb<tab>   # => property :attribute, TrueClass
ppdt<tab>  # => property :attribute, Datetime
ppd<tab>   # => property :attribute, Date
ppd<tab>   # => property :attribute, Decimal
ppf<tab>   # => property :attribute, Float
pps<tab>   # => property :attribute, String
ppt<tab>   # => property :attribute, Time
times<tab> # => timestamps!

Author

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Update README with new Snippets, Commands, etc...
  • Commit
  • Send me a pull request. Bonus points for topic branches.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.