similar to: how to avoid pre-compile on deployment ..

Displaying 20 results from an estimated 3000 matches similar to: "how to avoid pre-compile on deployment .."

2012 Jan 03
1
Rails 3.1 assets pipeline issue in production
I am running a jwplayer with an open ads server plugin .. it''s running fine in development, ads are served , but not in production on the remote server... I guess it''s related to the plugin file access ... in development , I wrote in the script : ''plugins'': { "/assets/jwplayer/ova-jw.swf": { "overlays": {"regions": [{
2012 Aug 18
0
hosting with speedyrails
hello everyone, original app: rails 3.1.1 ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux] I try to host my app into speedyrails using capistrano. I host my sample application and running. I just get only one error like my assets were not precompiled. then i solve that by adding "load ''deploy/assets''" this code in my deploy receipt. and my
2011 Sep 27
1
Rails 3.1 assets path for video player Flash script 'player.swf'
I was using a Flash video player within a previous Rails version app Moving to Rails 3.1.0 , I dob''t know where I should put the script ... I tried to move it into an app asset sub-directory assets - jwplayer - - player.swf but this raises an error "NetworkError: 406 Not Acceptable - http://localhost:3000/assets/jwplayer/player.swf" player.swf the flash script is given as a
2013 May 23
1
rake assets:precompile issue with JS and stylesheets files with similar name
Hi, I''ve got following two files 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
2013 May 01
2
Is there any way to update the javascript when I reload the page using rails?
Hi, I need fix any bugs in a rails project. The problem is every time I change anything in javascript I have to make bundle exec rake rails_group=assets assets:clean RAILS_ENV=development and then bundle exec rake rails_group=assets assets:precompile RAILS_ENV=development and finaly restart the rails server. This way spend 10 min. Exists any other solution? -- You received this message
2020 Jul 02
0
Integration of VAST Plugin
2020 Jul 02
2
Integration of VAST Plugin
As far as I know, the most common practice is handling the ads insertment at the client side. eg. at the player level. I know that videojs got a vast plugin: https://github.com/googleads/videojs-ima as well as JWPlayer: https://developer.jwplayer.com/jwplayer/docs/jw8-advertising However this method has one drawback, Adblock addons will target most VAST requests and disable the advertisements..
2013 Jul 25
0
Re What HTML5 radio player do you use ?
Hi everybody . i'm testing html5media to move from flashonly to "works everywhere" icecast webplayer. I have both my ogg and mp3 streams served by my page : http://www.radiogalere.org/ecoute/index.html and opus and aac in the works. But I experience very frequent disconnection, do you confirm ?
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
2013 Jul 25
0
Re What HTML5 radio player do you use ?
On which browser/ os? Le 25 juil. 2013 16:01, "Tim Baker" <tim at tjbaker.co.uk> a ?crit : > Yes it disconnected after 1:52 on the player. > > On 25 Jul 2013, at 10:59, michel memeteau <michel.memeteau at gmail.com> > wrote: > > Hi everybody . > > > i'm testing html5media to move from flashonly to "works everywhere" > icecast
2013 Jul 25
0
Re What HTML5 radio player do you use ?
You are s?re it s using html5 and not flash? Le 25 juil. 2013 16:13, "Tim Baker" <tim at tjbaker.co.uk> a ?crit : > Sorry forgot to say - Firefox 22 Mac 10.8 > > On 25 Jul 2013, at 15:11, michel memeteau <michel.memeteau at gmail.com> > wrote: > > On which browser/ os? > Le 25 juil. 2013 16:01, "Tim Baker" <tim at tjbaker.co.uk> a ?crit :
2013 Jul 25
1
Re What HTML5 radio player do you use ?
Its seem to be ok in here. Also, i would suggest giving http://jplayer.org/ a try, provides fallback solutions as well as customization options and large active community. On Thu, Jul 25, 2013 at 12:59 PM, michel memeteau <michel.memeteau at gmail.com > wrote: > Hi everybody . > > > i'm testing html5media to move from flashonly to "works everywhere" > icecast
2011 Oct 22
1
Deployment issue with Rails 3.1.1
Hi, I''ve recently updated an application to 3.1.1 and Capistrano started to fail at the assets:precompile task. It''s a strange bug that don''t always happen (it actually worked a couple of time) and there''s no error message, it only display "Killed". Running the rake task locally work though. I''ve reverted to 3.1.0 and now it work with
2013 Jul 25
2
Re What HTML5 radio player do you use ?
Yes it disconnected after 1:52 on the player. On 25 Jul 2013, at 10:59, michel memeteau <michel.memeteau at gmail.com> wrote: > Hi everybody . > > > i'm testing html5media to move from flashonly to "works everywhere" icecast webplayer. > > I have both my ogg and mp3 streams served by my page : > > > http://www.radiogalere.org/ecoute/index.html
2013 Jul 25
2
Re What HTML5 radio player do you use ?
Sorry forgot to say - Firefox 22 Mac 10.8 On 25 Jul 2013, at 15:11, michel memeteau <michel.memeteau at gmail.com> wrote: > On which browser/ os? > > Le 25 juil. 2013 16:01, "Tim Baker" <tim at tjbaker.co.uk> a ?crit : > Yes it disconnected after 1:52 on the player. > > On 25 Jul 2013, at 10:59, michel memeteau <michel.memeteau at gmail.com> wrote:
2013 Mar 30
4
Re What HTML5 radio player do you use ?
I used MediaElement.js - far from great (no tracknames) but it does usually work on mobile (Android, I don't have an IOS machine to text but I suspect it will be Ok)?problem is with HTML5 is it's spotty across the browsers even on Mac, and on Android pre 4.1 forget it - some work, some don't. Firefox for instance is HTML5 on paper, in reality because of file formats (MP3 support in
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
Dear friends, I followed the guide on http://techoctave.com/c7/posts/16-how-to-host-a-rails-app-with-phusion-passenger-for-nginx and successfully deployed two apps on the same web server, some months ago. Then when I upgraded to Rails 2.3.13.rc1 everything seems to be OK, but when I visit my app with the browser all that I get is the Welcome page from Nginx. Here is my nginx.conf:
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy! Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application,
2006 Oct 13
0
Deployment problem with Capistrano
I have everything set up that I need - SVN, webserver (Apache2.2), mongrels, etc. Capistrano is deploying the site well enough, to a point. I need to create sym-links to my file-column created content directories (in shared) and copy the database.yml file (also from shared) into the current folder. I''ve written the following task: desc "Copy the database config file over and set
2017 Feb 04
0
[PATCH v8 4/4] v2v: ova: don't extract files from OVA if it's not needed
We don't have to always extract all files from the OVA archive. The OVA, as defined in the standard, is plain tar. We can work directly over the tar archive if we use correct 'offset' and 'size' options when defining the backing file for QEMU. This puts much lower requirement on available disk space. Since the virt-v2v behaviour for OVA input now depends on QEMU version