search for: scss

Displaying 20 results from an estimated 33 matches for "scss".

Did you mean: scsi
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have intranet |_1.css.scss |_2.css.scss internet |_1.css.csss application.css application_internet.css application_intranet.css 1.css.scss 2.css.scss 3.css.scss intranet and internet are directories. In my layout I want to exclude the files under internet and intranet. I have created application_internet.css /* * appl...
2011 Sep 13
1
Dynamic css files using scss
I''m trying change the value of a scss variable dynamically using rails 3.1. For example: In a example.css.scss $main-color: red; body { background-color: $main-color; color: #333; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } And in the model user, I put the field color_prefere...
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 updated: *config.assets.precompile += %w(test_vendor.js test_vendor.scss)* ----------------------...
2011 Jul 22
0
Asset Pipeline and Sprockets
Ok I would love to work out how to use the new Raisl 3.1 Asset Pipeline with SCSS variables, mixins etc and being able to use the asset_path tag. What I have so far is this. Im my application.css.scss I have the following. *= require_self *= require layout *= require home This works fine with using the asset_path helper and variable within layout ie, // la...
2012 Mar 01
1
help stylesheet_link_tag
...ot; and "javascript_include_tag" dosn''t work. My Rails version is 3.2.1. The book was written using Rails 3.0.5. How to modify stylesheet_link_tag parameters to fit Rails 3.2.1? My files hj@debian:~/depot$ ls app/assets/stylesheets/ application.css depot.css products.css.scss store.css.scss carts.css.scss line_items.css.scss scaffolds.css.scss hj@debian:~/depot$ ls app/assets/javascripts/ application.js depot.css products.js.coffee carts.js.coffee line_items.js.coffee store.js.coffee hj@debian:~/depot$ rails server outputs Started GET "/assets/scaff...
2011 May 27
7
Rails 3.1.rc1 + gem coffee-script - WEBrick and Unicorn hangs.
Environment: rvm ruby 1.9.2-p180 rails 3.1.rc1 Conditions: gem "coffee-script" # in Gemfile at least one file with .js.coffee (even empty inside) in app/assets Result: WEBrick or Unicorn hangs. Only kill -9 <pid> helps. P.S. What additional info should I provide? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
2013 Feb 27
4
My SCSS compiled CSS lacks "/assets" in the generated urls
Running "rake assets:clobber assets:precompile" will generate files like "application-xxx.css" with incorrect urls after upgrading to Rails 4. For example url(/fields/xxx.png) when it should be url(/assets/fields/xxx.png). For some unknown reason it worked once in development mode, but after running rake assets:clobber I can''t get it to work again... Any ideas
2011 Nov 04
0
Non primary group permissions not working
...directory through Windows or smbclient unless that group is my primary group. If I'm a member of the group (but it's not my primary), I can't access it. If I ssh to the server it works AOK Here's me and my groups on the samba server cfowler at staffpgstore:~$ id -Gn staff sss scssadmin scssunixadmin BUILTIN\users Here's my testcase. $ ls -ld testcase/ drwxrwx--- 2 wwwowner scssadmin 4096 Nov 4 09:28 testcase/ I can easily access this directory as a user on the sever. This makes sense as I'm in the scssadmin group. Here's what happens when I try to get in v...
2012 Dec 16
2
css background image not working
...I cannot get it to work. When I open up and inspect the element I keep seeing in the resources that the file cannot be found with a red "!" next to the image. I have tried different paths still no avail... ../images.bg.png ./images.bg.png assets/images.bg.png In my static_pages.css.scss I have body { background: url(/images/bg.png); } -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this g...
2011 May 06
2
Rails 3.1(beta1) + SASS + variables
Hello all, in Rails 3.1, is it possible to define global SASS variables (and mixins) that are shared across all *.css.scss files? I am able to define SASS variables, yet they seemed to be scoped only within each individual file … On a side note -- is there a way to pass variables from my Rails app to the SASS + JS (or CoffeeScript) files? Thanks for your help. Best, Tomas -- You received this message because you...
2012 May 01
1
RoR Developer
...ding, using rails, testing, generating ad hoc reports for client as needed, providing daily status updates to team, Presence on internal IM system during work hours. Required Skills : RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks Sandeep Sandeep Jain Software People Inc. www.softwarepeople.us sandeep.jain-rbQqYLFhARb9KlshQS5ldvU/3Eu2kcEP@public.gmane.org Ph: 631-863-0299, 631-410-4741, 631-921-2111 C Fax: 631-574-3122 Certifications: SBA 8a/SDB, WBENC, NJ MWBE, NY MWBE, VA SWaM, DE OMWBE -- You re...
2013 Oct 21
6
I think I've found a mistake in Rails tutorial
...al.org/images/figures/signup_failure_rails_4.png> According to the tutorial, I must modify these files to rid myself of the error. - app/controllers/users_controller.rb - app/views/users/new.html.erb - app/views/shared/_error_messages.html.erb - app/assets/stylesheets/custom.css.scss I made all the modifications (until I saw the *working image*<http://ruby.railstutorial.org/images/figures/signup_error_messages_bootstrap.png>to the 4 files), and I still get the error image above when submitting the file, rather than a page that shows me that I left the fields blank. C...
2011 Nov 01
1
Rails 3.1, stylesheet assets not being reloaded correctly?
Hi, I''m working on a Rails 3.1 project at the moment and having a hard time getting the stylesheets properly loaded. My application.css.scss looks like this: /* * This is a manifest file that''ll automatically include all the stylesheets available in this directory * and any sub-directories. You''re free to add application-wide styles to this file and they''ll appear at * the top of the compiled file, but it...
2012 Feb 07
10
Ruby Developer position
...e know your interest in following. Location: Columbia, SC Duration: 12 months+ Rate: $65/hr 1099/c2c Required Skills: RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks Sandeep Sandeep Jain Software People Inc. www.softwarepeople.us <http://www.softwarepeople.us/> sandeep.jain-rbQqYLFhARb9KlshQS5ldvU/3Eu2kcEP@public.gmane.org Ph: 631-863-0299, 631-410-4741, 631-921-2111 C Fax: 631-574-3122 Certifications: SBA 8a/SDB, WBENC, NJ MWBE, NY MWBE,...
2011 Sep 18
12
3.1 asset pipeline + Capistrano troubles
Hello, I''m having a bit of trouble with the asset pipeline and, I think, Capistrano. In my app layout I have: <%= stylesheet_link_tag "application", "bootstrap" %> And the relevant bits of the app dir structure are: app/assets/stylesheets/application.css.scss # Contains ''require_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 `...
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.
2008 Jul 15
1
code reduction (if anyone feels like it)
...ata.frame(down.179$time), as.data.frame(up.148$time), as.data.frame(down.148$time), as.data.frame(up.119$time), as.data.frame(down.119$time), as.data.frame(up.61$time), as.data.frame(down.61$time)) colnames(sunriseset) <- c("RM215sr", "RM215ss","SCsr", "SCss","RM202sr", "RM202ss" ,"RM198sr", "RM198sr", "HCsr", "HCsr", "RM190sr", "RM190ss","BCsr","BCss","RM185sr", "RM185ss","RM179sr", "RM179sss",...
2013 Mar 21
3
Announce: Puppet Dashboard 1.2.23 Available
...3bc5 Comment out specific gem rack version in our vendored Rails Daniel Pittman (1): e362172 (#19304) Upgrade to json_pure 1.7.7 for CVE-2013-0269 Dustin J. Mitchell (4): 775ab52 (#16429) Fix relative URLs of icons in tables.css f37359a (#16429) fix relative links in application.scss c7560d7 (#16429) use a controller reference for the delayed jobs link 1b1f0ee (#16429) use correct links for radiator, too Ken Barber (1): 720da9d (#17914) Store FlashHash as a normal Hash in session Matthaus Owens (7): c040b17 Add addgroup, addclass, listgroups, listclass...
2011 Sep 04
1
Linking failure in stylesheet_link_tag in production mode with asset pipeline enabled
...ivered by, for example, the thin webserver. When starting thin in production mode (even after `rake assets:precompile`), the `application.css` is still link''ed – here I''d expect the `/assets/application-md5hash.css` which is generated in the public directory. Even further: in the SCSS files, the `image_url` helper does not resolve the correct paths (cp. http://rdoc.info/gems/sass-rails/3.1.0/Sass/Rails/Helpers), background: image_url(''foo.png''); compiles to background: url(/assets/foo.png); instead of background: url(/assets/foo-md5hash.png); Or a...
2012 Feb 08
0
Ruby Developer position @ Columbia, SC
...KlshQS5ldvU/3Eu2kcEP@public.gmane.org Location: Columbia, SC Duration: 12 months+ Rate: $65/hr 1099/c2c Required Skills: RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks, Anurag Tyagi Software People Inc. www.softwarepeople.us anurag.tyagi-rbQqYLFhARb9KlshQS5ldvU/3Eu2kcEP@public.gmane.org Ph: 631- 739-8810 Fax: 631-574-3122 Certifications: SBA 8a/SDB, WBENC, NJ MWBE, NY MWBE, VA SWaM, DE OMWBE -- You received this message because you are subscribed t...