I am new to rails. i found Sass a real beauty to write CSS. My question is that is there any efficency to use Sass for the project that minimize the response time of the each request?? -- 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4e11b507b8a3731d6a9f4b6f14861cf1%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Fahad Idrees
2013-May-30 13:28 UTC
multilple form submission using form_tag or simple_form_for
How can i submit the multiple form on a single request from the user.?? -- 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c3773ae9014fc7e995385a34a320874c%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
The deployed project is totally independent of whether we used SAAS at the time of development or not, because the deployed application will only have compiled CSS. So if your concern is to optimize the code, try to optimize your selectors. On Thu, May 30, 2013 at 9:26 AM, Fahad Idrees <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am new to rails. i found Sass a real beauty to write CSS. My question > is that is there any efficency to use Sass for the project that minimize > the response time of the each request?? > > -- > 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/4e11b507b8a3731d6a9f4b6f14861cf1%40ruby-forum.com?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CABkY_54k-sh7xuTv3w8xJ3Zy72A%3D862Arskr_yzBmdsYZSWoxQ%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Precompile your S[AC]SS into CSS. Thats the only way I am awara of. 2013/5/30 Fahad Idrees <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>> I am new to rails. i found Sass a real beauty to write CSS. My question > is that is there any efficency to use Sass for the project that minimize > the response time of the each request?? > > -- > 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/4e11b507b8a3731d6a9f4b6f14861cf1%40ruby-forum.com?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVsvEuXWJKriZaoau43agKwP8%2BSGBgd4E3Pgb-Xv0_n9X0A%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.