This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-24 08:09:13 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
91a2750084
discourse
/
bin
/
rake
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Include binstubs generated by Rails 4 Commit b516ecc added `bin/` to the .gitignore file. Now that Discourse runs using Rails 4 by default, however, we should include the binstubs generated by `rake rails:update:bin` in version control as this is the recommendation of the Rails core team. Additionally, for those wishing to deploy Discourse to Heroku, these binstubs are actually mandatory according to [this article](https://devcenter.heroku.com/articles/rails4). Other binstubs can continue to be ignored. Signed-off-by: David Celis <me@davidcel.is>
2014-02-06 14:15:00 -05:00
#!/usr/bin/env ruby
Revert "travis likes old bundler" This reverts commit 1adda31cbc6ae26d94191bf11d8165297b8d24c0.
2015-04-16 02:15:04 -04:00
require_relative '../config/boot'
require 'rake'
Rake.application.run
Reference in a new issue
Copy permalink