[Rails] Re: Web App looking for a new business model

2014-02-07 Thread Yves Riel
Hi Hassan, Ok, I agree that it is not a revolutionary business model :-) However, I wanted to know what it would take for people to trust someone enough to take the plunge. Especially a project where there are realistic expectations and risks. I am not one to make bold claims such as it will

[Rails] Re: Web App looking for a new business model

2014-02-07 Thread Yves Riel
@Kosmas, Thanks again for the Slicing Pie book, I bought it last night and read it in one sitting. Very interesting and it gave me a solid ground for what I was already thinking. Now, I need to validate what type of pie and Grunt Fund can work out. If someone would be offering a pie that

[Rails] [JOBS] yp.com is hiring Ruby engineers!

2014-02-07 Thread Mia Burgess
*Sr. Software Engineer (Ruby/Sinatra)* We currently have an opportunity for a Sr. Software Engineer, Ruby in our Glendale, CA office. Join our dedicated and talented team of individuals all focused on creating the best products in the marketplace. *Job Details: * - Define, design, and

[Rails] is nested json structure supported for activerecord - postgresql?

2014-02-07 Thread Jae Lee
Hi all, I'm using rails 4.1.0.beta 1 and postgresql 9.3.1 and its native support for json column. so no special serializer or no special storage thing with active record, just plain :json type in active record migration. in my active record model, I've got two json fields. input:

[Rails] Re: is nested json structure supported for activerecord - postgresql?

2014-02-07 Thread Jae Lee
ah don't worry I've realised it was my own error... J On Friday, February 7, 2014 12:38:14 PM UTC, Jae Lee wrote: Hi all, I'm using rails 4.1.0.beta 1 and postgresql 9.3.1 and its native support for json column. so no special serializer or no special storage thing with active record,

Re: [Rails] Best practice to use AngularJS with Rails 4

2014-02-07 Thread Paul
Unfortunately, it's not open source. Sorry. On Fri, Feb 7, 2014 at 1:30 AM, tamouse pontiki tamouse.li...@gmail.comwrote: On Tue, Feb 4, 2014 at 10:50 PM, Paul p...@nines.org wrote: Don't know about best practice, but what I did was create a single page app, with an appcache manifest.

[Rails] Re: Best practice to use AngularJS with Rails 4

2014-02-07 Thread Danish Siddiqui
Where can i get list of bloggers with their email id on ruby on rails. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: switching response formats

2014-02-07 Thread Matt Jones
On Thursday, 6 February 2014 16:52:12 UTC-5, bertly_the_coder wrote: Hi guys, Is this possible? I have an action triggered off as JS, which i respond to appropriately, but sometimes, the request fails at which point I'd like to change to respond_to format to html so that I can redirect

[Rails] Re: Ruby on Rails application could not be started

2014-02-07 Thread Danish Siddiqui
Can you please tell me Where can i get list of bloggers with their email id on ruby on rails, if I pay for this. Please let me know if you have info on this. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails:

Re: [Rails] Best practice to use AngularJS with Rails 4

2014-02-07 Thread Carlos Figueiredo
Recently I received an article on my twitter timeline... about testing angular using his karma framework with sprockets... maybe can help you... http://sebastien.saunier.me/blog/2014/02/04/angular--rails-with-no-fuss.html

[Rails] need dynamic forms ui ideas for approval workflows

2014-02-07 Thread tom
hi im looking into workflow approval systems and i need it for dynamic forms. meaning a user should be able to add various input types to a 'form' like on paper - but im not sure how to store these forms in AR any ideas? thx -- You received this message because you are subscribed to the

[Rails] Re: Web App looking for a new business model

2014-02-07 Thread Kosmas
On Friday, 7 February 2014 12:30:06 UTC+1, Ruby-Forum.com User wrote: @Kosmas, Thanks again for the Slicing Pie book, I bought it last night and read it in one sitting. Very interesting and it gave me a solid ground for what I was already thinking. No problem Yves, Glad you found it

[Rails] Re: Web App looking for a new business model

2014-02-07 Thread Yves Riel
Kosmas, It will be interesting to see which Grunts are interested. For sure I want to attract serious Grunts that are in for the long run. My goal is really to have a long term sustainable business where it is fun to work, the project stimulating and with a more than fair compensation. There

[Rails] where can i get list of bloggers with their email id on ruby on rails

2014-02-07 Thread Danish Siddiqui
where can i get list of bloggers with their email id on ruby on rails. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an

[Rails] Gem errors

2014-02-07 Thread Eric Jefcoat
::BuildError)* *Permission denied - /usr/local/rvm/gems/ruby-1.9.3-p484/gems/json-1.8.1/ext/json/ext/generator/.gem.20140207-3371-uiaqx9* Any ideas on how to fix this? Thanks in advance for your help. Eric -- You received this message because you are subscribed to the Google Groups Ruby

[Rails] Re: Gem errors

2014-02-07 Thread Eric Jefcoat
extension. (Gem::Ext::BuildError)* *Permission denied - /usr/local/rvm/gems/ruby-1.9.3-p484/gems/json-1.8.1/ext/json/ext/generator/.gem.20140207-3371-uiaqx9* Any ideas on how to fix this? Thanks in advance for your help. Eric -- You received this message because you are subscribed

[Rails] (JOBS) Wanted :RoR Software Engineer (Boston Area)

2014-02-07 Thread jrynak
*RoR Software Engineer* *Job Code: 13SE.001* *Location: Lexington, MA* *Position Overview:* FirstFuel Software is looking for a talented and creative full stack Ruby on Rails (RoR) developer to join its Engineering team. As a ROR programmer you will take the lead in developing engaging

[Rails] Re: Web App looking for a new business model

2014-02-07 Thread Danish Siddiqui
Can you please tell me Where can i get list of bloggers with their email id on ruby on rails, if I pay for this. Please let me know if you have info on this. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group

[Rails] Active Record Rails 3.2 undefined method 'each'

2014-02-07 Thread Bob Kendall
am running ruby 1.9.2 and rails 3.2. I have active record call that is returning nil even though the data is there. So my question is, what part am I missing to return the records? my model is:stores.rb class Stores ActiveRecord::Base establish_connection as400_#{RAILS_ENV} set_table_name

Re: [Rails] Active Record Rails 3.2 undefined method 'each'

2014-02-07 Thread Colin Law
On 7 February 2014 21:24, Bob Kendall ikendallo...@gmail.com wrote: am running ruby 1.9.2 and rails 3.2. I have active record call that is returning nil even though the data is there. So my question is, what part am I missing to return the records? Look in development.log where you should

[Rails] One model, two registrations, one form

2014-02-07 Thread David Meneses
Hi, how can i register two rows of the same model in one form? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] One model, two registrations, one form

2014-02-07 Thread tamouse pontiki
On Fri, Feb 7, 2014 at 4:24 PM, David Meneses li...@ruby-forum.com wrote: Hi, how can i register two rows of the same model in one form? What, exactly, do you mean by register ? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To