Transi is a translation web-application. Its focus is on the user interface (UI) and a easy way storing and retreving the translation data.
To test the SMTP Mail transport in Development Mode use mailcatcher: http://mailcatcher.me/ Its documentation says:
gem install mailcatcher
mailcatcher
- Goto: http://localhost:1080
For Production Environment define your own smtp server
trailsy is using backbone.js, jquery, underscore.js and require.js AMD
- Install node.js (
#brew install node
on osx with homebrew) - install npm (
#curl http://npmjs.org/install.sh | sh
) - install requirejs (
#npm install requirejs@1.0.2
) //this version is working - delete existing build if any (
$rm -rf public/build
) - cd into public/js and run (
$node node_modules/.bin/r.js -o public/js/app.build.js
)