Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8107015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:38:25+00:00 2026-06-06T00:38:25+00:00

I want opinion and views from community. I am developing a large application with

  • 0

I want opinion and views from community.

I am developing a large application with multiple modules, Its a content based website which need many unique UI features as well.

I love to use SASS and coffee-script, but the reason i want your opinion is that, we need to compile the assets and on my Core-i3 machine it takes 15-20 minutes. Since we are using bootstrap, and compass-rails as well.

My point of question is, Is it right to use Asset pipeline where we have to deal with huge CSS and where we have constant update in the UI/CSS. Since for each css change we go for live, we have to compile the assets and takes a very long time.

Is it no feasible that we use normal Rails 3 styling and scripting features to avoid complexity of asset-pipeline for such a huge project. Or what would be the ways that we can reduce the complexity of it and reduce that compiling time.

Please provide your opinions in detail, so that this question/answers server as a guideline for other people before deciding on assets pipeline.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T00:38:26+00:00Added an answer on June 6, 2026 at 12:38 am

    I see that you have three options:

    1. Disable the asset pipeline completely

    This approach might be the easiest to take configuration-wise: you could disable the asset pipeline and fall back to continue developing directly in CSS + Javascript. Personally, I see Coffeescript and SCSS as huge productivy gains, that make my life easier, so I would not take this route. But it’s a possibility.

    To disable the asset pipeline you need to set the following config option:

    #application.rb
    config.assets.enabled = false
    

    And remove the gems in the assets group from your gemfile:

    group :assets do
      gem 'sass-rails',   '~> 3.2.3'
      gem 'coffee-rails', '~> 3.2.1'
      gem 'uglifier', '>= 1.0.3'
    end
    

    2. Enable the asset pipeline in production

    Usually not recommended but also an option: depending on your server load and amount of users, it might be possible to run an application in production with the asset pipeline enabled. The downside of this approach is of course that the server must recompile the assets everytime a request comes in.

    3. Get a faster machine (with an SSD if possible)

    A computer is really really cheap compared with the amount of money a developer’s time costs, so if possible I would recommend to get a better machine with a solid state disk. Not only you will save time, but IO intensive operations like running test suites or compiling assets are drastically reduced when going SSD.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to ask your opinion. for example: Restaurant A is a new restaurant
Want to run javascript function from parent window in child window Example I have
Want to open firefox from terminal at linux with firebug enabled // Terminal $
want to have a Hyperlink-Button in a gridView in which I can display a
I want to implement an application in Flex/Rails in Background as I know these
I have a non document-based Core Data application. There's an NSTreeController that manages a
I want to hear developers opinions on the best way to swap views on
I'm developing web application using CodeIgniter. All this time, I put the custom js
I want to read unsigned integers in base-10 (decimal) representation from a C++ iostream
I want to access the RootViewController of my App in one of its classes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.