Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
3answers
1k views

Start a git commit message with a hashmark (#)

Git treats lines starting with # as comment lines when committing. this is very annoying when working with a ticket tracking system, and trying to write the ticket number at the beginning of the line, ...
4
votes
2answers
842 views

Mail gem - how to clean up the body string

I'm trying to read an email using ruby mail gem. But mail.body.decoded returns me not just the body message. How can I clean up this body message and remove unwanted text like ...
1
vote
3answers
1k views

How can I build a support ticket system with PHP?

I have a custom and simple php/mysql based user system. I'm trying to build a way for members to send product support to our staff (put it in a database, & viewed in admin area) and for them to ...