Re: [Rails] wrong number of arguments (3 for 2) of stylesheet_link_tag

2014-12-23 Thread Cat Wild
I'm migrating from rails 4.2.rc2 to rails 4.2. If I use sass-rails 5.x, I would get the issue. Now I'm using sass-rails 4.x instead. 在 2014年12月23日星期二UTC+8下午3时29分39秒,Vivek Sampara写道: Also your sprockets version. On Tue, Dec 23, 2014 at 12:58 PM, Vivek Sampara ravens...@gmail.com

Re: [Rails] wrong number of arguments (3 for 2) of stylesheet_link_tag

2014-12-23 Thread Cat Wild
Okay, I give up tracking this issue by myself. sprockets (2.11.0) hike (~ 1.2) multi_json (~ 1.0) rack (~ 1.0) tilt (~ 1.1, != 1.3.0) sprockets-rails (2.2.2) actionpack (= 3.0) activesupport (= 3.0) sprockets (= 2.8, 4.0) 在 2014年12月23日星期二UTC+8下午3时29分39秒,Vivek Sampara写道: Also

[Rails] wrong number of arguments (3 for 2) of stylesheet_link_tag

2014-12-22 Thread Cat Wild
%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' = false % There seems to be no problem in my code but I do not know why -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and

Re: [Rails] wrong number of arguments (3 for 2) of stylesheet_link_tag

2014-12-22 Thread Vivek Sampara
Hi, Which version of rails are you using ? On Tue, Dec 23, 2014 at 11:18 AM, Cat Wild wildcat.n...@gmail.com wrote: %= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' = false % There seems to be no problem in my code but I do not know why -- You received

Re: [Rails] wrong number of arguments (3 for 2) of stylesheet_link_tag

2014-12-22 Thread Vivek Sampara
Also your sprockets version. On Tue, Dec 23, 2014 at 12:58 PM, Vivek Sampara ravensnowb...@gmail.com wrote: Hi, Which version of rails are you using ? On Tue, Dec 23, 2014 at 11:18 AM, Cat Wild wildcat.n...@gmail.com wrote: %= stylesheet_link_tag 'application', media: 'all',

[Rails] wrong number of arguments (3 for 2)

2012-08-01 Thread deal bitte
wrong number of arguments (3 for 2) I am getting this error for the following lines. I have moved to Rails 3.2.6 and am facing this problem here. It worked in Rails 2.3.5 config.nested.add_link( 'Procs', [:historical_testprocedures], :action = 'editprocedures', :controller = 'Testruns' )

Re: [Rails] wrong number of arguments (3 for 2)

2012-08-01 Thread Colin Law
On 1 August 2012 12:02, deal bitte li...@ruby-forum.com wrote: wrong number of arguments (3 for 2) I am getting this error for the following lines. I have moved to Rails 3.2.6 and am facing this problem here. It worked in Rails 2.3.5 config.nested.add_link( 'Procs',

[Rails] wrong number of arguments (3 for 2)

2009-03-03 Thread Zqj Zqj
Showing vendor/plugins/community_engine/app/views/users/new.html.haml where line #40 raised: wrong number of arguments (3 for 2) Extracted source (around line #40): 37: %label{for=birthdate} 38: Birthday: 39: %em (Required: you must be at least 13 years old to sign