Carmen Huidobro

Results 39 comments of Carmen Huidobro

Hi @stlireri, sure thing! What's the error you're getting?

Thanks for your help @kytrinyx ! That ought'a do it

Nice one! I'm glad to see you're up and running. So if you haven't already, please go through the steps in the [Quick start guide](https://github.com/rails-girls-summer-of-code/rgsoc-teams#quick-start). Take a look at the...

Hey! Right, so the problem here is that your local user isn't maintaining any accepted projects for your local season of RGSoC. If you take a look at the [mentors...

HI @stlireri, yes please! Would be good to know the error. Furthermore, you should be able to re-assign a student from one team to another using either to console or...

Hey @stlireri before I forget! Have a look at the `db/seeds.rb` file [here](https://github.com/rails-girls-summer-of-code/rgsoc-teams/blob/master/db/seeds.rb). There you'll find an `ApplicationDraft` instance that's ready to apply. Maybe you can hop on the console,...

Hey @stlireri! Check out the [application model](https://github.com/rails-girls-summer-of-code/rgsoc-teams/blob/master/app/models/application.rb#L19), here you'll find that an `Application` instance is linked to a project. Try hopping onto the `rails console` and calling that `Application`'s project...

Hey @stlireri, Sorry, I was unclear! What I meant was taking that application and setting it's project ID to the project you wish your user is a mentor of, you...

Nice one @stlireri! Nearly there. Take a look at [the form partial for comments](https://github.com/rails-girls-summer-of-code/rgsoc-teams/blob/master/app/views/mentors/applications/_comment.html.slim). The `url` attribute of the form is `mentors_comments_path`, which isn't quite right. We want, in the...