search for: precompil

Displaying 20 results from an estimated 1088 matches for "precompil".

Did you mean: precompile
2012 Nov 02
2
jquery error in production precompiled
In my rails project, for production precompile I do : rake assets:precompile RAILS_ENV=production But it not work for jquery. In my firegub console, I got the error “ReferenceError: JQuery is not defined “ at production.rb # Disable Rails''s static asset server (Apache or nginx will already do this) config.serve_static_assets = t...
2011 Aug 31
4
Issue with asset pipeline helper with Rails 3.1 final release.
Hi, I''ve just updated my app to the final 3.1 release and deployed it to the staging server after running tests but there is a problem with the precompiled assets. The precompiled assets are all in the public directory, like they were before, Capistrano doesn''t throw any error and running `rake assets:precompile` in the current directory work as expected. But the asset pipeline helpers (javascript_include_tag and stylesheet_link_tag) act...
2013 May 23
1
rake assets:precompile issue with JS and stylesheets files with similar name
...es with same names under javascripts and stylesheets directories as: - app/assets/javascripts/test_vendor.js - app/assets/stylesheets/test_vendor.scss Essentially a JS and an stylesheet files with same name. -------------------------------------------------------------- I want these files to be precompiled and served from public directory. Thus I updated: *config.assets.precompile += %w(test_vendor.js test_vendor.scss)* ---------------------------------------------------------------- I am running following task to pre-compile my assets in development: *"rake assets:precompile RAILS_ENV=devel...
2012 Mar 29
25
Unable to deploy to Apache
Hi All, Can someone please help? I''ve been banging my head against for wall for 2 months; all of which has been spent trying to set up ROR. So I actually haven''t written 1 line of code :( Any help would be greatly appreciated :) I''m following the 4th edition of "Agile Web Development with Rails". So, I''m able to deploy the site via WEBrick.
2013 May 14
4
rake precompile:assets throwing error
While running rake precompile:assets i''m getting the following error This is the error message: rake assets:precompile:all RAILS_ENV=production rake aborted! undefined local variable or method `establish_connection'' for ActiveRecord::Base:Class Please help -- You received this message because you are su...
2011 Aug 18
1
Rails 3.1rc6 assets / precompile change
I''m currently using Rails 3.1rc5, and deploy with capistrano. During deploy, I precompile the assets on the server using assets:precompile after deploy:symlink. I noticed that "group :assets" gems in my gemfile were being included in my production application processes (and adding a lot of memory usage), even though they are only used during the deploy. It looks like this c...
2011 Sep 13
1
"Isn't precompiled" message while compiling
I have one JS library that references image assets in /app/assets/images/subdir/. When I execute "bundle exec rake assets:precompile RAILS_ENV=production", I receive an error that the image file in /subdir/ isn''t precompiled ... while I''m telling it to compile all assets. I''ve tried clearing out /public/assets/. Any ideas? Thanks, Christopher Thielen -- You received this message because you...
2013 May 08
1
Rails asset precompilation doesn't remove comments. How to enable?
I want to to test precompilation on development mode. I set: config.assets.digest = true config.assets.debug = false Then I run: rake assets:precompile:all RAILS_ENV=development All works, assets are precompiled but comments are not removed. What options should I provide to make it to remove comments from assets on precompi...
2011 Mar 15
1
precompiled ode with spline input
I tried to use lsode with precompiled C code instead of an R function defining the derivatives. No problem so far. However, now I need to implement an ODE that contains spline functions, i.e. the derivatives at given time points depend on the value of a spline function at this time point. What is an efficient way to implement this i...
2014 Mar 31
2
[LLVMdev] vmkit build failure of lots of "undefined reference"
...;, followed the instructions of "http://llvm.org/svn/llvm-project/vmkit/trunk/README.TXT", and built vmkit on ubuntu 13.10 x64 with sunjava 1.6.0_45 + llvm 3.3 + classpath 0.99 + gcc 4.8.1. Following is the information when I build vmkit: /home/x/llvm/source/vmkit/Release+Asserts/lib/libPrecompiled.a(Precompiled-gc.o):(.data.rel+0xbe0):undefined reference to 'java_lang_System_bytes' /home/x/llvm/source/vmkit/Release+Asserts/lib/libPrecompiled.a(Precompiled-gc.o):(.data.rel+0xcd0):undefined reference to 'java_lang_Cloneable_bytes' /home/x/llvm/source/vmkit/Release+Asserts...
2016 Sep 29
3
Web site for MacOSX R-devel precompiled version
From several years, I used this site http://r.research.att.com to get a precompiled version of macosx R-devol but the most recent version is frozen at the 18/8 build (r 71112). Is there an alternative (except than compile myself !) ? Thanks, Marc
2013 Sep 12
2
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
...lowing error during building VmKit: [vmkit ./tools/trainer]: Pre-compiling bootstrap code Thread 0x110000000 received a SIGSEGV: either the VM code or an external native method is bogus. Aborting... Aborted make[1]: *** [/home/yilin/vmkit/vmkit/tools/trainer/Release+Asserts/Precompiled.bc] Error 134 [vmkit .]: abort with error in ./tools/trainer make: *** [all] Error 1 The stacktrace from gdb is: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x1100ff700 (LWP 21670)] 0x000000000107b180 in llvm::BumpPtrAllocator::Allocate(unsi...
2013 Sep 12
0
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
Hi Yi, The precompiler is in charge of translating the most common classes of the Java runtime library to llvm code (typically, java.lang.Object), in order to natively compile these classes and decrease the bootstrap time. So, if you have a segmentation fault at this stage, it means that you have broken something in th...
2011 Dec 26
1
Learning Ruby on Rails 3.1 - deployment - Error (cs.jpg isn't precompiled)
...log, I get this: Started GET "/" for 74.57.249.6 at 2011-12-26 22:21:44 +0000 Processing by StoreController#index as HTML Rendered store/index.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (cs.jpg isn''t precompiled): 7: <%# for each product %> 8: <% @products.each do |product| %> 9: <div class="entry"> 10: <%= image_tag(product.image_url) %> 11: <h3><%= product.title %></h3> 12: <%= sanitize(product.description) %&gt...
2011 Sep 14
1
Building R package with precompiled shared library
Dear R users, we are trying to build a R package that includes a precompiled shared library, let's say mylib.so. We created the skeleton of the package and we moved the mylib.so file into the libs folder that we created at the same level of the folders man and R. Moreover we created the file NAMESPACE and we added the line useDynLib(mylib, .registration=TRUE). The bui...
2001 Jun 01
0
R-1.2.3 OSF precompiled binary doesn't run under DU4.0D (PR#964)
Full_Name: Paul Mather Version: 1.2.3 OS: Digital Unix 4.0D Submission from: (NULL) (128.173.35.237) The precompiled binary for "osf4.0" distributed via CRAN does not run under Digital Unix 4.0. The error given is: Fatal error: The X11 shared library could not be loaded. The error was dlopen: cannot load /usr/local/lib/R/bin/R_X11.so Subsequent investigation actually reveals that the R_X11.so was...
2013 May 17
1
Heroku - Event_Calendar - preventing assets precompile
...rrently on Heroku, and I attempted to use elevation/event_calendar <https://github.com/elevation/event_calendar> to display events because it supported multiday events. I had it working locally and looking great, but when I tried to push it to the server, it caused error during the assest precompile. This in turn brought the whole site down. I had to roll back a few hours of work to get the site live again. Anyone else having/had a similar issue or found a way around it? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: T...
2013 Jun 05
1
Precompile with compression in development
Hi, I''d like to do precompilation with compression in development mode. I''ve set config.assets.js_compressor = :uglifier config.assets.css_compressor = :sass in development.rb. But compression only seems to work in production mode, is that right? Michael Kastner -- You received this message because you are sub...
2003 Jan 31
2
Precompiled rsync 2.5.5 for SPARC Solaris 8 64bit
Hello List, Would anybody have a precompiled version of rsync 2.5.5 for SPARC Solaris 8 64bit? Thanks in advance for your help, Loris -- Loris Serena Unix Systems Administrator PaddyPower Bookmakers Phone : +353-1-4049633 http://www.paddypowerplc.com Mobile: +353-87-9683760 mailto:lserena@paddypower.com...
2011 Sep 18
12
3.1 asset pipeline + Capistrano troubles
...ire_self'' and ''require_tree .'' as usual vendor/assets/stylesheets/bootstrap.css I''m using Capistrano''s asset pipeline support (load ''deploy/assets'') in my Capfile. When I''m deploying the app using `cap deploy` it''s precompiling the assets correctly and copying them into the shared/assets directory for the app on the server. The problem seems to be that the bootstrap.css file is plain old CSS so it doesn''t get compiled (obviously) but this means that it doesn''t end up in the shared/assets director...