This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-23 20:02:46 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
72834f19ff
discourse
/
bin
/
rake
5 lines
90 B
Plaintext
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-07 03:15:00 +08:00
#!/usr/bin/env ruby
Revert "travis likes old bundler" This reverts commit 1adda31cbc6ae26d94191bf11d8165297b8d24c0.
2015-04-16 14:15:04 +08:00
require_relative '../config/boot'
require 'rake'
Rake.application.run
Reference in New Issue
Copy Permalink