zachferland / coinery

BitHack Project (Third Place) - Buy and sell your digital goods with Bitcoin
http://www.coinery.io/
1 stars 1 forks source link

Backbone.js & Rails #6

Open jcap49 opened 10 years ago

jcap49 commented 10 years ago

Tools

Handlebars Backbone.js & Rails

Miscellaneous

We need to figure out how tight this integration between Rails & Backbone is going to be. Typically, Backbone handles all view rendering and most data transformations that are then sent via ajax to the Rails controllers that function more as APIs that serve data and less as heavy manipulators of data.

I'd like to hear from the guys working on the front-end (@deoates @zachferland @ryanlyma) as to how you're thinking about the Backbone component of the app and how we should start thinking about the two frameworks in tandem.

jcap49 commented 10 years ago

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a post but I'm not entirely sure I want to go through the effort...

arjunblj commented 10 years ago

It's not removing it when you throw it in the .gitignore because you already put the file under version control (you can't go back ad ignore it now). I'm removing the file and I'll push it out -- try pulling again. :)

On Tue, Mar 4, 2014 at 3:26 PM, John Capecelatro notifications@github.comwrote:

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a posthttp://stackoverflow.com/questions/1449836/how-to-manage-rails-database-ymlbut I'm not entirely sure I want to go through the effort...

Reply to this email directly or view it on GitHubhttps://github.com/jcap49/coinery/issues/6#issuecomment-36669959 .

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

arjunblj commented 10 years ago

Just pushed -- feel free to create your own database.yml file now (on your local machine), now that the .gitignore has it, it won't fuck with everyone else's copy of the project.

On Tue, Mar 4, 2014 at 3:29 PM, Arjun Balaji arjunblj@gmail.com wrote:

It's not removing it when you throw it in the .gitignore because you already put the file under version control (you can't go back ad ignore it now). I'm removing the file and I'll push it out -- try pulling again. :)

On Tue, Mar 4, 2014 at 3:26 PM, John Capecelatro <notifications@github.com

wrote:

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a posthttp://stackoverflow.com/questions/1449836/how-to-manage-rails-database-ymlbut I'm not entirely sure I want to go through the effort...

Reply to this email directly or view it on GitHubhttps://github.com/jcap49/coinery/issues/6#issuecomment-36669959 .

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

jcap49 commented 10 years ago

ah word. i pulled and now there's no database.yml.

On Tue, Mar 4, 2014 at 3:30 PM, Arjun Balaji notifications@github.comwrote:

It's not removing it when you throw it in the .gitignore because you already put the file under version control (you can't go back ad ignore it now). I'm removing the file and I'll push it out -- try pulling again. :)

On Tue, Mar 4, 2014 at 3:26 PM, John Capecelatro notifications@github.comwrote:

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a post< http://stackoverflow.com/questions/1449836/how-to-manage-rails-database-yml>but I'm not entirely sure I want to go through the effort...

Reply to this email directly or view it on GitHub< https://github.com/jcap49/coinery/issues/6#issuecomment-36669959> .

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Reply to this email directly or view it on GitHubhttps://github.com/jcap49/coinery/issues/6#issuecomment-36670332 .

John Capecelatro 315-749-8433 @jcap49 http://www.twitter.com/jcap49 www.johncapecelatro.com

jcap49 commented 10 years ago

ah gotcha ok

On Tue, Mar 4, 2014 at 3:32 PM, Arjun Balaji notifications@github.comwrote:

Just pushed -- feel free to create your own database.yml file now (on your local machine), now that the .gitignore has it, it won't fuck with everyone else's copy of the project.

On Tue, Mar 4, 2014 at 3:29 PM, Arjun Balaji arjunblj@gmail.com wrote:

It's not removing it when you throw it in the .gitignore because you already put the file under version control (you can't go back ad ignore it now). I'm removing the file and I'll push it out -- try pulling again. :)

On Tue, Mar 4, 2014 at 3:26 PM, John Capecelatro < notifications@github.com

wrote:

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a post< http://stackoverflow.com/questions/1449836/how-to-manage-rails-database-yml>but I'm not entirely sure I want to go through the effort...

Reply to this email directly or view it on GitHub< https://github.com/jcap49/coinery/issues/6#issuecomment-36669959> .

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Reply to this email directly or view it on GitHubhttps://github.com/jcap49/coinery/issues/6#issuecomment-36670541 .

John Capecelatro 315-749-8433 @jcap49 http://www.twitter.com/jcap49 www.johncapecelatro.com

jcap49 commented 10 years ago

for reference. we'll really only need one for dev (prod will be on heroku). unless of course we're going to write tests for this baby

On Tue, Mar 4, 2014 at 3:32 PM, John Capecelatro jcapecelatro@gmail.comwrote:

ah gotcha ok

On Tue, Mar 4, 2014 at 3:32 PM, Arjun Balaji notifications@github.comwrote:

Just pushed -- feel free to create your own database.yml file now (on your local machine), now that the .gitignore has it, it won't fuck with everyone else's copy of the project.

On Tue, Mar 4, 2014 at 3:29 PM, Arjun Balaji arjunblj@gmail.com wrote:

It's not removing it when you throw it in the .gitignore because you already put the file under version control (you can't go back ad ignore it now). I'm removing the file and I'll push it out -- try pulling again. :)

On Tue, Mar 4, 2014 at 3:26 PM, John Capecelatro < notifications@github.com

wrote:

Also worth noting that whenever you pull the database.yml file down to your local machine, you'll have to change the host name to whatever role is defined on your computer for a Postgres user. I haven't been able to figure out why it can't be chucked in the .gitignore...

Here's a post< http://stackoverflow.com/questions/1449836/how-to-manage-rails-database-yml>but I'm not entirely sure I want to go through the effort...

Reply to this email directly or view it on GitHub< https://github.com/jcap49/coinery/issues/6#issuecomment-36669959> .

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Arjun Balaji @arjunblj http://twitter.com/arjunblj (978) 761-8325

Reply to this email directly or view it on GitHubhttps://github.com/jcap49/coinery/issues/6#issuecomment-36670541 .

John Capecelatro 315-749-8433 @jcap49 http://www.twitter.com/jcap49 www.johncapecelatro.com

John Capecelatro 315-749-8433 @jcap49 http://www.twitter.com/jcap49 www.johncapecelatro.com

deoates commented 10 years ago

I typed up some notes on the backbone app org in the README