The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
36 views

Served asset /css/bootstrap.css - 404 Not Found, rails 3.2.3, form is not loaded, RailsSpace

please help me. I would like to create a social networking website as in the book RailsSpace. Unfortunately, the book is old and I use Rails 3.2.3, devise for Authentifiaction and bootstrap. I've just ...
0
votes
0answers
17 views

INSTALL_FAILED_INSUFFICIENT_STORAGE while copying file from assets Folder to sdCard

This is my Activity Code ; public class FromAssetToSDCardActivity extends Activity { private final static int BUFFER_SIZE = 1024; @Override protected void onCreate(Bundle savedInstanceState) { ...
0
votes
0answers
20 views

How to open MainActivity from asset file in another activity

I have 2 activity called: MainActivity.java page1.java page1.java content my asset file (file:///android_asset/index.html). This is working very well. Code in page1.java something like this: ...
2
votes
1answer
30 views

Non Retina Ipad having blur issue when trying to get Thumbnail from Asset

I am having an application in which i need thumbnail of the image of asset i have selected from the gallery. So wrote the following code for getting the thumbnail, it works fine in IPAD retina but ...
-1
votes
0answers
16 views

Are there any tools/programs to automatically generate iOS PNG's and other art assets easily? [closed]

I'm used to android development and using tools such as Android Asset Studio and the Android Action Bar Style Generator to automatically create simple, solid-color images for the ActionBar background, ...
1
vote
1answer
15 views

Have Twig asset() calls return a relative URL

As part of an export process in a Symfony2 application, I need to have all Twig asset() calls return just a relative path, like so: images/image.png Default behavior is to prefix these with a '/' ...
0
votes
1answer
231 views

newsstand: abandoned asset downloads still downloading

I'm making a newsstand app, I have many download assets per issue to download. "issues" is a NSArray* requested from the server. I start downloading with iterating through all the assets like this in ...
0
votes
3answers
458 views

Why doesn't Android Asset Studio Generate ldpi launcher icons?

It's all in the title. It seems that Android Asset Studio does not generate ldpi launcher icons. The tool also seems to generate xxhdpi icons, which aren't mentioned in the Android launcher icon ...
0
votes
0answers
10 views

Best db design for managing multiple asset types in multiple sizes

I have a website project. Users will upload image/video/audio/pdf files. In uploading process, I create multiple resized images (thumb, small, mid, large) and encode videos in multiple resolutions ...
0
votes
0answers
11 views

Looking for an Asset Modelling syntax

I'm searching (unsuccessfully) for a syntax to allow physical assets to be modeled by my customers, then used to describe instances of those assets and bind those instances' attributes to tag-id's ...
0
votes
0answers
38 views

Check if file in iPod Library exists at path

I want to check if the previously picked audio file still exists in the ipod library. I have a string like: ipod-library://item/item.mp3?id=-7509647500158841349 and I want to check if this exists. ...
0
votes
2answers
389 views

Couldn't find a file for twitter bootstrap

I'm using twitter bootstrap in my Rails application. It works well in development mode but does not in production. Here is the Gemfile source 'https://rubygems.org' ruby '1.9.3' gem 'rails' gem ...
1
vote
2answers
69 views

Symfony2 and Twig - Check if an asset exists

I have a symfony2 project using twig templates. I am displaying some images and would like to display the image only if the specific asset exists. I have this: {% if ...
-1
votes
2answers
20 views

Assets: reference to another directory [closed]

How can I change the reference to assets directory from the default one to a custom one (that I created and stored into the internal storage) programmatically?
0
votes
0answers
25 views

iOS Multiple Image Picker WSAssetPicker

I am very new in iOS development and I try to make an app, where user selects images from his photo library and each selected image will be shown in each UIImageView. To multiple select images, I ...
2
votes
2answers
2k views

Android WebView Asset Reference Memory Leak

My Android 4.0.4 application consists of a WebView through which the user can view multiple pages stored locally in the asset directory. When cycling through the pages, the following error eventually ...
0
votes
0answers
8 views

JarURLConnection to Android Asset

I have a Java library (implemented not specifically for Android) that uses jar-files to store data. It accesses particular elements of the jar via JarURLConnection. Now I'm using this library to ...
0
votes
1answer
12 views

How to manage rails asset does not have gem

We always have ruby gem of famous javascript or css lib such as bootstrap-sass, ember-rails. But for some js lib such as bootstrap-lightbox, there are no gems sometimes. In order to manage these asset ...
0
votes
1answer
27 views

How to manually add a plugin like Fancybox to your Rails app

I need to add Fancybox to my Rails app. Normally I would just use the gem and add the required lines to application.js and application.css. However, I am using a bunch of different templates within ...
0
votes
0answers
34 views

rails asset pipeline production precompile

I have a directory projName/vendor/assets/bootstrap/css/ I am in production mode. production.rb contains: config.assets.precompile << /(^[^_\/]|\/[^_])[^\/]*$/ when I run rake assets:precompile ...
0
votes
0answers
65 views

Symfony2: asset_url doesn't work on DEV environment

{% stylesheets '../web/less/main.less' filter='less' %} <link rel="stylesheet" href="{{ asset_url }}"> {% endstylesheets %} This code works perfectly on PROD environment. Here is an ...
0
votes
0answers
45 views

Asset manager for NodeJs that reads supplied min files

I'm checking a lot of the asset management packages for Nodejs. However, I can't seem to find a manager, that reads the "min" version of a file. Example: If I define, lets say, '/js/jquery.js' in the ...
1
vote
1answer
209 views

How to call one javascript asset only in laravel?

In my base controller, I added two asset inside: Asset::script('jquery', 'js/jquery-2.0.0.min.js'); Asset::script('test', 'js/test.js'); But when I called : Asset::script, all these two ...
3
votes
5answers
198 views

Rails won't load asset pipeline

I ran rake assets:precompile by mistake on development, and Rails stopped loading the assets on development. I only get application.js and application.css loaded. application.js: //= require jquery ...
0
votes
0answers
83 views

binding rating control to an item from asset library dynamically in sharepoint 2013

I have a query related to SharePoint 2013. I have a page in site collection that dynamically displays an item from asset library. Now I want to add a rating control to the page that gives rating to ...
1
vote
3answers
59 views

Take an xml feed from the internet and put it in my assets

Currently i am developping an android application and i'm using an xml feed that i take from the internet.the problem is when my phone doesn't have an internet connection, my application crashs. I ...
12
votes
3answers
10k views

How to make an iOS asset bundle?

I saw a custom asset bundle in an iOS project I evaluated, so at least I know it's possible. My issue is that I'm using a CATiledLayer with about 22,000 tiles for a given image and it takes a very ...
1
vote
2answers
66 views

HTML <img> tag with Heroku CDN?

I have a question about using asset_sync and a Heroku CDN. In this article, it says Make sure you’re using the Rails AssetTagHelper methods (like image_tag). This will ensure all of your assets ...
0
votes
2answers
71 views

The name 'Assets' does not exist in the current context

I have a problem with this line of code. Want to create sqlite database on the device. string dbPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal) + "\\test.db"; ...
0
votes
1answer
88 views

Error Loading image from asset folder through Implicit Intent by using Phone's Image viewer

I am trying to display different London Tube maps through mobile's camera image viewer app by using implicit Intent. I had tube_map.gif image file in asset folder but when i try to load this file, app ...
4
votes
3answers
1k views

Wanted: A good set of setup instructions for AngularJS with Rails 3.1+ (asset pipeline)

I would like to find a clean tutorial or set of docs that describes integrating AngularJS with Rails, specifically how to configure Angular correctly for the asset pipeline. Also, suggestions on ...
0
votes
1answer
144 views

Load local assets from remote HTML - android app

I'm trying to load local source such image via remote HTML on server. I get this error when run the app : Not allowed to load local resource: file:///android_asset/www/img/logo.png:0 how to solve ...
2
votes
2answers
896 views

Convert UIImage to NSData without using UIImagePngrepresentation or UIImageJpegRepresentation

I Need to convert UIImage to NSData but without using UIImagePngRepresentation or UIImageJpegRepresentation, for images from photolib i can use assetlib method as mentioned here Using ALAssetsLibrary ...
0
votes
2answers
227 views

Populate Android ListView with names of items in asset folder

I am building a media player based on someone elses code. The media player plays mp3's from the asset folder. I have added a ListView to the media player layout.xml and would like to populate this ...
1
vote
2answers
1k views

Require tree in asset pipeline

I have a folder in my asset pipeline called typefaces. It works without any additions to application.rb. In the directory I have different typeface types, like .eof, .ttf, etc in folders, like this ...
1
vote
1answer
96 views

yepnope / modernizr.load global complete callback?

Is it possible to fire a global complete callback once ALL files have loaded? Ex: yepnope(['file1.js', 'file2.js']) ....some html.... yepnope({complete: function() { console.log('This is getting ...
0
votes
3answers
290 views

Android: Neither res/raw files nor assets can be loaded

I try to load a .ini file in android, but it doesn't work. Until now I have tried the following two ways: Load file from res/raw folder: int fileId = context.getResources().getIdentifier(fileName, ...
0
votes
0answers
137 views

Webpage stuck in loading in Chrome

My webpage gets stuck in loading in Chrome (the little spinning icon on the page tab, and the mouse cursor also stuck in loading version), but the odd thing is everything in the website displays fine. ...
3
votes
1answer
196 views

Jasmine won't load javascript files from asset pipeline

I'm developing a gem and I've installed Jasmine https://github.com/pivotal/jasmine-gem/ All of my required JS files are in my manifest file at app/assets/javascripts/application.js //= require ...
3
votes
1answer
157 views

Symfony Asset bundling

In Symfony 2 Im using asset bundling like so. {% stylesheets 'bootstrap/css/bootstrap.css' 'bootstrap/flat/css/flat-ui.css' filter='cssrewrite' ...
1
vote
1answer
95 views

Are my assets being served from AWS S3

Maybe a really daft question and please dont mark me down for this, but I finally got Heroku to compile its static assets in my S3 bucket with asset_sync. Now how do i know that the assets are in ...
3
votes
0answers
100 views

Copying android .apk to another .apk file through java code and over-ride its assets files?

is it possible to create .apk file by copying an already existing .apk file and modifying its assets folder? I have some information in a file in assets folder containing server ip and port to which ...
0
votes
1answer
49 views

RoutingErrors with static assets

I'm having some issues with routing errors on my static assets. I keep getting the following error in my logs: 2013-03-20T00:11:12+00:00 app[web.1]: Started GET "/assets/sprite-8bit.png" for ...
1
vote
1answer
51 views

Best practice for making single-use pages

From time to time, we held special events on our site (e.g. discounts or lottery draw). These events each will have a special page (or pages) with very distinct styles/javascripts/images. These ...
0
votes
0answers
39 views

undefined method `link_to_add_association' in production with apache/phusion

I am facing a strange problem. I have an app deployed on rails 3.2.1 with apache/phusion. I have precompiled the assets with "rake assets:precompile". However, I get "undefined method ...
0
votes
3answers
219 views

Load local asset into the browser (not into a WebView)

My problem is that I need to load an HTML file that is in my project into the Browser. For the particulars of the application, I can't: Copy the asset in the SDcard, because it could be unmounted ...
-1
votes
2answers
87 views

NullPointer Exception When getting font files from assests using class loader

I have this code to get the font files from assests folder: public static Typeface getMyFont(Context context, String resource) { InputStream is; Typeface font = null; ClassLoader ...
0
votes
1answer
138 views

Symfony2 assets are not shown

I'm working on Symfony2. pq anyone knows my website takes no assets correctly? I'm working on app.php with $ kernel = new AppKernel ('prod', false); When I upload the site to the web server but I see ...
0
votes
1answer
79 views

Open Source Asset Management or File Server

I'm looking for a simple tool that would allow users to update and tag assets. THen search/browse for assets and view the assets in the search results. I have lots of files, i.e. logos, buttons, ...
0
votes
0answers
132 views

Android - AssetFileDescriptor referring to wrong file

I am making a simple app with 3 radio buttons in a radio group. When the user selects one of the three, mediaplayer should play the corresponding song, yet all three buttons play the same song, even ...

1 2 3 4