- Single sign-on with GitHuub
- Automatic build setup with a single mouse click
- Status image generation
[](_link_)
With the parentheses instead of brackets all works nice :)And live is good again :)
[](_link_)
With the parentheses instead of brackets all works nice :)$PORT
environment variable. As I started using Foreman recently this inconvenience became a stopper for me trying to start ActiveMQ, 2 instances of MongoDB in a shard and Neo4j with my Sinatra application. All was nice but the lack of ability to start MongoDB's control interface on separate ports blew it all out of the water.alpha: command_to_start -p1 $PORT -p2 $PORT0
beta: command_to_start -p1 $PORT1 -p3 $PORT9
What would that mean?alpha
would get assigned 2 ports: $PORT = 50xx and $PORT0 = 51xxbeta
would get assigned 3 ports: $PORT = 52xx, $PORT1 = 53xx and $PORT9 = 54xxbeta
still gets the $PORT
assigned even though it is not used.:prefetch => 1
was the setting (as stated on some stackoverflow.com page) but setting it alone didn't do the trick because that made the channel get only one message and that was it. To continue receiving messages they have had to be ack'ed./WEB-INF/tags/hello.tag
Hello, world! from a tag
File /index.jsp
<@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
<tags:hello />
It's really that simple!class HomeController {
def index = {
[ message: "Hello, world!" ]
}
doesn't seem to bother those buttons much. Same for navigation from the view - or should I rather say it's the only "true teller in the bunch" as it stays inactive forever and for always...db.example.update(
{ _id: ObjectId("5024d352ef2ff4c4a103db5f") },
{ $pull: { items: { $regex: /item/ } } }
)
db.example.update({}, { $pull: { items: { $regex: /item/ } } }, false, true)