Back
Startup Jobs
Load previous page…
Add synonyms so if someone looks for "HR" it also matches on "Human Resources" and vice versa
#startupjobs
Replace link_to_unless_current with regular link_to, because it gets confused about URLs with different parameters
#startupjobs
Expire magic links after 10 minutes instead of after usage (because some email clients pre-fetch the link and then it no longer works)
#startupjobs
Add post payment status to admin area so I can quickly see which posts are still pending payment
#startupjobs
Fix CI by installing libidn before Ruby gems (because Twitter gem couldn't be installed otherwise)
#startupjobs
Instead of showing error message, just email magic link if someone tries to sign up but they already have an account
#startupjobs
Remove code that created user account on-the-fly when posting job, because we now require a user to be signed up first
#startupjobs
Mark user as employer (with boolean) the first time they post a job. That way we don't need to check everytime if they have any posts. Just set it once and it's done. Also allows us to set a user as an employer before they even created a post.
#startupjobs