Skip to content

HeroicEric/ember-careers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update: I'm no longer working on this because the Ember.js team set up an official job board

Ember Careers

Ember Careers is an open source job board for Ember.js jobs.

Why

I built this project as a way of practicing building an Ember application using ember-cli and Rails. Another goal was to provide an example of one way to go about using ember-cli and Rails for the community.

Running the app

There is a rake task that will start up both the Rails server and the ember-cli server.

rake run

Deploying

The Rails app is the only part that we want to push when deploying. Since the Rails app is in a separate directory, this can be done using git subtree.

To make this process easier, there is a rake task that will handle building the ember assets, copy them over to the correct place in the Rails app, and then deploy to a production remote.

rake deploy

Note: You will need to manually create a branch called pre-deploy.

Contributing

I'd love to get feedback on how to do things better, and pull requests are a great way to do that.

If you have a feature request, please post an issue.

Todo

  • Admin dashboard
  • Test all the Ember things
  • Tweet new jobs
  • Analytics for jobs that you've posted
  • Choose length for posting to stay active

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published