[Rails] Re: inline formsets?

2014-03-13 Thread Andrey Koleshko
Hello, Cesar. I started to learn Django and I' Ruby developer. Unfortunately Rails doesn't have something familiar out of the box. And you have to implement this from scratch. I recommend to use form objects fro this (again Rails doesn't provide them, so you have to implement them from scratch

[Rails] ROR role with a well know firm in the NYC Pay 100-140hr

2014-03-13 Thread Laurie Lopez
Hi Everyone, I have a high paying role in NYC with a well known software firm We are looking for a longterm resources and we are open to paying 100-140hr. Please message me if your interested in details. Thanks -- You received this message because you are subscribed to the Google Groups "Ru

Re: [Rails] Starting rails server

2014-03-13 Thread Walter Lee Davis
On Mar 13, 2014, at 1:12 PM, Peter Heylin wrote: > @Walter - I have installed Ruby via the source compile method. I am using > Ruby 2.1.1 and RubyGems 2.2.2 > > @all - I have just installed the package openssl-devel and re-compiled Ruby. > This has gotten rid of the error relating to Open SSL.

Re: [Rails] [Devise] redundant use of method: :delete while using destroy_user_session_path

2014-03-13 Thread Colin Law
On 13 March 2014 15:08, mike2r wrote: > ... > Finally, I deleted all routes except the root 'pages#home'. Now, the home > page gives me an error on the link_to function because of an invalid route. > > Therefore, the link_to function does use dynamic paths that are generated > from the routes fil

[Rails] Re: Starting rails server

2014-03-13 Thread Peter Heylin
@Walter - I have installed Ruby via the source compile method. I am using Ruby 2.1.1 and RubyGems 2.2.2 @all - I have just installed the package openssl-devel and re-compiled Ruby. This has gotten rid of the error relating to Open SSL. I am now getting a different error when I attempt to start

[Rails] Re: Using html.erb as stand alone file

2014-03-13 Thread mike2r
On Thursday, March 13, 2014 11:18:34 AM UTC-4, mike2r wrote: > > > > On Thursday, March 13, 2014 9:33:58 AM UTC-4, Lee Godden wrote: >> >> Hi >> >> Could anyone tell me if this is possible even with it being bad practice >> and not using RoR as it was intended, I am looking into customizing my C

[Rails] Re: Using html.erb as stand alone file

2014-03-13 Thread mike2r
On Thursday, March 13, 2014 9:33:58 AM UTC-4, Lee Godden wrote: > > Hi > > Could anyone tell me if this is possible even with it being bad practice > and not using RoR as it was intended, I am looking into customizing my CRM > named 'HostPay' in order to integrate stripe payments. Hostpay doesn

Re: [Rails] [Devise] redundant use of method: :delete while using destroy_user_session_path

2014-03-13 Thread mike2r
On Wednesday, March 12, 2014 11:05:44 AM UTC-4, Walter Lee Davis wrote: > > > On Mar 12, 2014, at 10:25 AM, Colin Law wrote: > > > On 12 March 2014 02:04, Walter Lee Davis > > wrote: > >> > >> On Mar 11, 2014, at 4:59 PM, Colin Law wrote: > >> > >>> On 11 March 2014 10:27, Arun kant sharma

[Rails] using html.erb as a stand alone file

2014-03-13 Thread Lee Godden
HI I know this isn't good practice and certainly not what rails is all about but is this possible. I need to customize my CRM to use stripe which it doesn't support at present.the CRM is written in Ruby and has a number of rhtml pages. Can I add my own display page of html.erb extension to these p

[Rails] Re: Starting rails server

2014-03-13 Thread Frederick Cheung
On Thursday, March 13, 2014 10:17:04 AM UTC, Peter Heylin wrote: > > Hi, > > My apologies if a similar topic exists already. I did search, but could > not find anything related to below. > > I am new to Ruby on Rails. I am currently setting up a Ruby on Rails > environment on a CentOS 6.4 64-b

Re: [Rails] Starting rails server

2014-03-13 Thread Walter Lee Davis
On Mar 13, 2014, at 6:17 AM, Peter Heylin wrote: > Hi, > > My apologies if a similar topic exists already. I did search, but could not > find anything related to below. > > I am new to Ruby on Rails. I am currently setting up a Ruby on Rails > environment on a CentOS 6.4 64-bit server. > Wh

[Rails] Using html.erb as stand alone file

2014-03-13 Thread Lee Godden
Hi Could anyone tell me if this is possible even with it being bad practice and not using RoR as it was intended, I am looking into customizing my CRM named 'HostPay' in order to integrate stripe payments. Hostpay doesn't support stripe, but It is written in Ruby and containes a number of rhtm

Re: [Rails] I want to be clear about RSpec.

2014-03-13 Thread Dave Aronson
On Thu, Mar 13, 2014 at 3:05 AM, Selvag Ruby wrote: > Can you say the easiest tutorial/guidance to learn RSpec? > Actually I'm reading 'The RSpec Book', there are two things explained > 'RSpec' and 'Cucumber'. > > 1. Should I learn both of these for testing? A while back, someone wrote something

Re: [Rails] What is your style? Single quote, double quotes or depends?

2014-03-13 Thread Dave Aronson
On Thu, Mar 13, 2014 at 12:52 AM, Brandon wrote: > I try to use single quote first as much as I can because I find the > readability is better and it takes up less spaces each line. I've started doing the opposite. The tiny time savings in the interpreter from not checking for interpolation, pa

[Rails] Starting rails server

2014-03-13 Thread Peter Heylin
Hi, My apologies if a similar topic exists already. I did search, but could not find anything related to below. I am new to Ruby on Rails. I am currently setting up a Ruby on Rails environment on a CentOS 6.4 64-bit server. When I attempt to start the rails server, I get the following: /us

[Rails] Re: [ANN] Rails 4.0.4.rc1 has been released!

2014-03-13 Thread Nathan Hilogogifts
hi, i am new here , wish you good luck -- 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 rubyonrails-talk+unsubs

[Rails] AR: freezing PG Array

2014-03-13 Thread Jan Brdo
Wouldn't it make sense to freeze the array object that is returned by ActiveRecord when you have an array in Postgres? That would prevent accidentally changing the array and forgetting to mark it as dirty. The point being that changing the array does not register with AR and so it is not saved t

[Rails] I want to be clear about RSpec.

2014-03-13 Thread Selvag Ruby
Can you say the easiest tutorial/guidance to learn RSpec? Actually I'm reading 'The RSpec Book', there are two things explained 'RSpec' and 'Cucumber'. 1. Should I learn both of these for testing? 2. What is the forum to RSpec? 3. What's the first to write, .rspec or .rb? -- Posted via http://ww