PaulL1 / league-tutorial

A tutorial with rails and angularjs, building a CRUD application
Other
23 stars 10 forks source link

Rails 4 version #3

Open MattCowski opened 10 years ago

MattCowski commented 10 years ago

(PauIL, what's your email? Or PM me)

I am willing to contribute because I am trying to get this working in rails 4 but not sure if I'm doing everything right.

AlJohri commented 10 years ago

@MattCowski I also need to update this to Rails 4. Do you have a repo that you are currently working on?

PaulL1 commented 10 years ago

OK, I see there's demand out there. :-) I'm going to have a go at a Rails 4 version, which I'll do as a separate repo I think, and a separate set of pages. I'm also going to try the grunt compile and see what breaks when it gets minified, as that's something I'll have to deal with sometime.

Ideally I'd also use ng-boilerplate with e2e testing (I see a pull request for that which isn't merged yet), and angular-ui with bootstrap 3 (again, there are a set of pull requests that aren't yet merged, so it must be close).

AlJohri commented 10 years ago

@PaulL1 Just curious, what's your opinion on using yeoman vs angular-seed vs ng-boilerplate?

AlJohri commented 10 years ago

@PaulL1 Also, just in case you haven't seen this, check it out: https://github.com/mkwiatkowski/todo-rails4-angularjs

MattCowski commented 10 years ago

@AlJohri He kinda answers the yeoman vs ng-boilerplate question in the comments here: http://technpol.wordpress.com/2013/09/03/angularjs-and-rails-tutorial-index/ and http://technpol.wordpress.com/2013/08/29/crud-application-with-angularjs-rails-twitter-bootstrap-and-ng-boilerplate-part-5-new-and-delete/

PaulL1 commented 10 years ago

Ok, I've made some progress on the Rails 4 version, and yesterday I sorted the CSRF issue. There's more to do, particularly Devise, but you guys may want to look