[Rails] Customizing Form Builders

2012-12-07 Thread Иван Бишевац
I'm reading http://guides.rubyonrails.org/form_helpers.html#customizing-form-buildersand don't know where to put class LabellingFormBuilder. Can someone help me with this? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this

Re: [Rails] NEW TO PHP...RUBY ON RAILS?

2012-11-11 Thread Иван Бишевац
http://guides.rubyonrails.org/ is nice starting point. Also I suggest online courses for example, SaaS course part 1: https://www.edx.org/courses/BerkeleyX/CS169.1x/2012_Fall/about and SaaS course part 2: https://www.edx.org/courses/BerkeleyX/CS169.2x/2012_Fall/about. They are great way to dive

Re: [Rails] What to use .haml or .erb ?

2012-11-07 Thread Иван Бишевац
I use both, but prefer haml, because it's concise. 2012/11/7 Fahim Patel pafa...@gmail.com On Wednesday, November 7, 2012 3:33:06 PM UTC+5:30, Fahim Patel wrote: On Wednesday, November 7, 2012 3:15:55 PM UTC+5:30, Colin Law wrote: On 7 November 2012 09:12, Tommaso Visconti

Re: [Rails] Good Tutorial on RSpec

2012-11-02 Thread Иван Бишевац
I took first offering of SaaS and it's great, there is a lot of use of RSpec and other TDD techniques. On Monday starts advanced course of SaaS. Look at https://www.edx.org/courses/BerkeleyX/CS169.2x/2012_Fall/about 2012/11/2 Raul Sanchez raulxini...@gmail.com You can sign up a coursera course

Re: [Rails] Array value to get except first two values

2012-09-15 Thread Иван Бишевац
[1,2,3,4,5,6,7,8 ][0..1] Look at documentation http://ruby-doc.org/core-1.9.3/Array.html#method-i-5B-5D. Generally good advice is to bookmark this http://ruby-doc.org/core-1.9.3/ page. 2012/9/15 Maddy ashokku...@shriramits.com [1,2,3,4,5,6,7,8 ] -- You received this message because you are

Re: [Rails] dash symbol

2012-09-08 Thread Иван Бишевац
2012/9/8 John Merlino stoici...@aol.com In the example below, what is the dash doing between the class attribute and array: (field_helpers - [:label, :check_box, :radio_button, :fields_for, :hidden_field, :file_field]).each do |selector| Look at

Re: [Rails] ActionView module declared several times

2012-09-03 Thread Иван Бишевац
2012/9/3 John Merlino stoici...@aol.com The ActionView module is declared several times in the Rails source: rails/actionpack/lib/action_view/base.rb,rails/actionpack/lib/ action_view/buffers.rb,rails/actionpack/lib/action_view/digestor.rb,

[Rails] Re: ruby on rails tutorial

2012-07-19 Thread Иван Бишевац
Look at http://guides.rubyonrails.org/getting_started.html and http://railstutorial.org/book. Complete first then second. On Wednesday, July 18, 2012 12:15:56 PM UTC+2, taki wrote: Hello world!!! im a damn new to ruby on rails... what i hate the most is tutorials that i found are not in the