User:Raven24/XtrpltTest: Difference between revisions

From diaspora* project wiki
(test xtrplt function)
 
(No difference)

Latest revision as of 22:13, 10 May 2013

This page is for testing features of the Diaspora Mediawiki extension. Your output may look differently than intended in case you didn't enable the experimental stuff in your user preferences ([My preferences] - [Appearance] - "Enable experimental Diaspora-specific modifications").

Currently I'm playing with snippets that will probably become Templates for command line snippets later.


{{ #xtrplt: vars=RAILS_ENV{production}/DB{postgres,mysql} | lang=bash | bundle exec rake db:create }}


{{ #xtrplt: vars=DB{postgres,mysql} | bundle install --without development test heroku }}


{{ #xtrplt: vars=RAILS_ENV{production,development,test} | bundle exec rake spec }}