Skip to content

Instantly share code, notes, and snippets.

xxx
sdfsdf
sd
fs
df
sdf
sd
fs
df
@vitaly
vitaly / disqus_import.rb
Created May 20, 2009 23:06
simple script/runner script to import mephisto comments into disqus
#vim: ruby
#
# This script will import all your Mephisto comments into Disqus (http:/disqus.com)
# parts of it came from http://www.locomotivation.com/blog/2008/12/01/disqus-sinatra-importer.html
# but instead of a blog-engine independent sinatra app we needed a mephisto-specific script that
# will just do the job :)
unless defined?(RAILS_ROOT)
puts "This is a Rails 'runner' script. Please run './script/runner path/to/disqus_import' inside your Mephisto directory"
exit
if ($mystat{'Created_tmp_tables'} > 0) {
if ($mycalc{'pct_temp_disk'} > 25 && $mycalc{'max_tmp_table_size'} < 256*1024*1024) {
badprint "Temporary tables created on disk: $mycalc{'pct_temp_disk'}% (".hr_num($mystat{'Created_tmp_disk_tables'})." on disk / ".hr_num($mystat{'Created_tmp_disk_tables'} + $mystat{'Created_tmp_tables'})." total)\n";
push(@adjvars,"tmp_table_size (> ".hr_bytes_rnd($myvar{'tmp_table_size'}).")");
push(@adjvars,"max_heap_table_size (> ".hr_bytes_rnd($myvar{'max_heap_table_size'}).")");
push(@generalrec,"When making adjustments, make tmp_table_size/max_heap_table_size equal");
push(@generalrec,"Reduce your SELECT DISTINCT queries without LIMIT clauses");
} elsif ($mycalc{'pct_temp_disk'} > 25 && $mycalc{'max_tmp_table_size'} >= 256) {
badprint "Temporary tables created on disk: $mycalc{'pct_temp_disk'}% (".hr_num($mystat{'Created_tmp_disk_tables'})." on disk / ".hr_num($mystat{'Created_tmp_disk_tables'} + $mystat{'Created_tmp_tables'})." total)\n";
push(@genera
>> class Configuration
>> def self.files
>> @@files ||= Array.new
>> end
>> def self.inspect
>> @@files.inspect
>> end
>> end
=> nil
>> Configuration.files << 1
class AccountsController < ApplicationController
before_filter :require_no_user, :only => [:new, :create]
before_filter :require_user, :only => [:show, :edit, :update]
def new
@user = User.new
@page_title = "Create Account"
render :template => "users/new"
end
class UsersController < ApplicationController
before_filter :require_no_user, :only => [:new, :create]
before_filter :require_user, :only => [:show, :edit, :update]
before_filter :admin_required, :only => [:index, :destroy]
def index
@users = User.all
@page_title = "All Users"
end
ActionController::Routing::Routes.draw do |map|
map.resource :account, :except => :destroy
map.resources :password_resets, :only => [:new, :create, :edit, :update]
map.resources :users
map.resource :user_session, :only => [:new, :create, :destroy]
map.login 'login', :controller => "user_sessions", :action => "new"
map.logout 'logout', :controller => "user_sessions", :action => "destroy"
map.register 'register', :controller => "accounts", :action => "new"
map.root :controller => "pages", :action => "home"
map.pages 'pages/:action', :controller => "pages"
#!/bin/bash -e
MIN_MAJOR=9
MIN_MINOR=4
function banner()
{
cat <<_
Bootstraping blender...
Date: `date`
{
"test": 123
}
mix :default
mix :utils, :users, :rails, :munin, :monit, :sudoers, :sphinx, :mailserver, :red5
DOMAIN = "example.com"
NAME = "production"
base_domain DOMAIN
base_email "admin"
AUTHORIZED = %w/vitaly@sirius-id_dsa.pub/