Skip to content

Instantly share code, notes, and snippets.

@rklancer
Created September 8, 2011 13:37
Show Gist options
  • Save rklancer/1203403 to your computer and use it in GitHub Desktop.
Save rklancer/1203403 to your computer and use it in GitHub Desktop.
Stylesheets *seem* to be being compiled...
rails3-portal (rails3.0)$ rm public/stylesheets/*.css
rails3-portal (rails3.0)$ rails s -eproduction
=> Booting WEBrick
=> Rails 3.0.10 application starting in production on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
running Admin::Project.create_or_update_default_project_from_settings_yml
Problem processing key 'host' in config/mailer.yml
undefined method `host=' for ActionMailer::Base:Class
Started observers
[2011-09-08 09:36:05] INFO WEBrick 1.3.1
[2011-09-08 09:36:05] INFO ruby 1.9.2 (2011-07-09) [x86_64-darwin10.8.0]
[2011-09-08 09:36:05] INFO WEBrick::HTTPServer#start: pid=1611 port=3000
Started GET "/" for 127.0.0.1 at 2011-09-08 09:36:31 -0400
Processing by HomeController#index as HTML
Rendered shared/_signin_blurb.haml (2.8ms)
Rendered sessions/_new.html.haml (12.4ms)
Rendered themes/xproject/views/home/_project_summary.html.haml (1.1ms)
Rendered themes/xproject/views/home/_project_info.html.haml (3.6ms)
Rendered home/_guest.html.haml (23.6ms)
Rendered home/_resource_pages.html.haml (3.6ms)
Rendered shared/_please_wait.html.haml (2.5ms)
Rendered shared/_workgroup.html.haml (8.2ms)
Rendered shared/_main_nav_trail.html.haml (6.7ms)
Rendered shared/_admin_nav_trail.html.haml (4.1ms)
Rendered shared/_project_header.html.haml (146.1ms)
Rendered shared/_footer.html.haml (4.0ms)
Rendered home/index.html.haml within layouts/application (229.4ms)
Completed 200 OK in 247ms (Views: 241.2ms | ActiveRecord: 3.4ms)
^C[2011-09-08 09:36:37] INFO going to shutdown ...
[2011-09-08 09:36:37] INFO WEBrick::HTTPServer#start done.
Exiting
rails3-portal (rails3.0)$ date
Thu Sep 8 09:36:40 EDT 2011
rails3-portal (rails3.0)$ ls -l public/stylesheets/*.css
-rw-r--r-- 1 rklancer staff 4157 Sep 8 09:36 public/stylesheets/accordion.css
-rw-r--r-- 1 rklancer staff 7172 Sep 8 09:36 public/stylesheets/action_menu_tab.css
-rw-r--r-- 1 rklancer staff 22723 Sep 8 09:36 public/stylesheets/app.css
-rw-r--r-- 1 rklancer staff 0 Sep 8 09:36 public/stylesheets/app_colors.css
-rw-r--r-- 1 rklancer staff 0 Sep 8 09:36 public/stylesheets/app_fonts.css
-rw-r--r-- 1 rklancer staff 0 Sep 8 09:36 public/stylesheets/app_metrics.css
-rw-r--r-- 1 rklancer staff 154 Sep 8 09:36 public/stylesheets/data_table.css
-rw-r--r-- 1 rklancer staff 603 Sep 8 09:36 public/stylesheets/drop_down.css
-rw-r--r-- 1 rklancer staff 1117 Sep 8 09:36 public/stylesheets/ie.css
-rw-r--r-- 1 rklancer staff 384 Sep 8 09:36 public/stylesheets/live_validation.css
-rw-r--r-- 1 rklancer staff 1532 Sep 8 09:36 public/stylesheets/notes.css
-rw-r--r-- 1 rklancer staff 1056 Sep 8 09:36 public/stylesheets/otml.css
-rw-r--r-- 1 rklancer staff 586 Sep 8 09:36 public/stylesheets/otrunk-56-color.css
-rw-r--r-- 1 rklancer staff 657 Sep 8 09:36 public/stylesheets/please_wait.css
-rw-r--r-- 1 rklancer staff 3849 Sep 8 09:36 public/stylesheets/print.css
-rw-r--r-- 1 rklancer staff 1733 Sep 8 09:36 public/stylesheets/readme.css
-rw-r--r-- 1 rklancer staff 3460 Sep 8 09:36 public/stylesheets/reports.css
-rw-r--r-- 1 rklancer staff 803 Sep 8 09:36 public/stylesheets/sliding_doors_tabs.css
-rw-r--r-- 1 rklancer staff 1828 Sep 8 09:36 public/stylesheets/teacher_overlay.css
-rw-r--r-- 1 rklancer staff 1589 Sep 8 09:36 public/stylesheets/workgroup.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment