Re: [Rails] Re: How to use css on heroku

2014-06-10 Thread PatrĂ­cio dos Santos
Do: git add . git commit -m 'your message' git push heroku master Regards Ps On Jun 10, 2014 2:14 AM, Duong vong veasna veasnakhme...@gmail.com wrote: And after i have change in code how do i submit in heroku. veasna On Monday, June 9, 2014 3:22:07 PM UTC+7, Duong vong veasna wrote:

Re: [Rails] Re: How to use css on heroku

2014-06-10 Thread Duong vong veasna
thanks you, sir. it work for me now, but when i add style css and i restart heroku it not run what i have added. please help me. thanks. veasna. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop

[Rails] [JOBS] RoR Developer - for Startup - Krizda.com - @ Coimbatore, India

2014-06-10 Thread Vivek Krishna
We are a small team with the big vision of changing how people shop jewelry. Candidates will essentially be working on the full technology stack built on Rails. Ideally we are looking for people with - at least 1+ years or RoR experience - Strong Computer Science Fundamentals Send

[Rails] Re: Validating a boolean non-database addition to a model

2014-06-10 Thread Frederick Cheung
On Monday, June 9, 2014 8:34:19 PM UTC+1, Asa Romberger wrote: Removing the '' on true and false made no difference. You're comparing with = rather than == Fred -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from

[Rails] [ANN] Invoker - 1.2.0 released

2014-06-10 Thread Hemant Kumar
Hello Folks, We just released Invoker version 1.2.0. Invoker is a pow alternative written in pure ruby that works on OSX and Linux. It is built on the idea of configuration over convention. Invoker can use a INI file or a standard Procfile as input and make your apps available on .dev domain and

Re: [Rails] How to use css on heroku

2014-06-10 Thread Walter Lee Davis
Have a google for rake assets:precompile. You will need to trigger that on Heroku, and I don't remember how that happens, or if there's a setting you have to engage to make it automatic. Walter On Jun 10, 2014, at 6:01 AM, Duong vong veasna wrote: thanks you, sir. it work for me now, but

[Rails] Re: Is it an ok practice to define a resource in your routes file multiple times? 3+ times?

2014-06-10 Thread mike2r
IMO, it can be done either way. If you use routes, it would be a little cleaner when you are using the same resource more than once to make a concern: concern :commentable do resources :comments end resources :posts, concerns: [:commentable] resources :users, concerns: [:commentable] On

Re: [Rails] How to use css on heroku

2014-06-10 Thread Frederick Cheung
On Tuesday, June 10, 2014 1:52:26 PM UTC+1, Walter Lee Davis wrote: Have a google for rake assets:precompile. You will need to trigger that on Heroku, and I don't remember how that happens, or if there's a setting you have to engage to make it automatic. And of course style.css would

Re: [Rails] Need mapping recommendations

2014-06-10 Thread Jason Fleetwood-Boldt
I work on an app with Geolocation and we store places in our database (Postgres with Postgis extension) and keep the corresponding Google ID in our database along with the coordinates of the place. Making external calls from your web server to Google API mid-requrest (which isn't necessarily

[Rails] Re: How can I test my controller via rspec for something other than response.should be_success?

2014-06-10 Thread dasibre
See this blog http://everydayrails.com/2012/04/07/testing-series-rspec-controllers.html On Monday, June 9, 2014 2:59:21 PM UTC-4, Ruby-Forum.com User wrote: 1) Right now this is just testing a successful response. However, since I've gone and created a Post via FactoryGirl... how can I test

[Rails] Re: Is it an ok practice to define a resource in your routes file multiple times? 3+ times?

2014-06-10 Thread Chris P.
mike2r wrote in post #1149390: IMO, it can be done either way. If you use routes, it would be a little cleaner when you are using the same resource more than once to make a concern: concern :commentable do resources :comments end resources :posts, concerns: [:commentable] resources

[Rails] Re: [JOBS] Ruby on Rails Developer Required in Sheffield - Exciting Telematics Company

2014-06-10 Thread Filipe Chagas
Do you accept foreigner applicants for a home office position? Em segunda-feira, 9 de junho de 2014 08h21min14s UTC-3, Amber Ainsworth escreveu: Ruby on Rails Developer required at The Floow, an exciting new telematics company that is rapidly expanding (see us here: www.thefloow.com).

[Rails] Re: Validating a boolean non-database addition to a model

2014-06-10 Thread Asa Romberger
I now have: model: attr_accessor :completed_cfdym def completed_cfdym @completed_cfdym end def completed_cfdym=(var) if var == 'true' @completed_cfdym = true else if var == 'false'

[Rails] Re: Jasper reports and iReport

2014-06-10 Thread arron w.
kathysk...@gmail.com wrote in post #629027: I hope I'm not stepping upon this thread but continue to ask if anyone is integrating barcodes into .pdf outputs in Rails? I thought perhaps you good people might be somehow involved in inventory applications. Thank you, Kathleen Hi, Kathleen. I