repo string | commit string | message string | diff string |
|---|---|---|---|
jonatas/artigo_elep | 7e5143ca80b2bc7fb887e71fadc15fea032f48c7 | adicionado sintaxe colorida para o codigo apenas usando <source:ruby>puts "hello" </source> | diff --git a/coderay.css b/coderay.css
index c27b80e..c2eac35 100644
--- a/coderay.css
+++ b/coderay.css
@@ -1,104 +1,104 @@
-.CodeRay {
+.multiline_code {
background-color: #f8f8f8;
border: 1px solid silver;
font-family: 'Courier New', 'Terminal', monospace;
color: #100;
}
-.CodeRay pre { margin: 0... |
jonatas/artigo_elep | 903c1c5424eb75fa2734e16b32cd1eb220f85f92 | ignorando arquivos html | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.html
|
jonatas/artigo_elep | 31ba405387a728fe5f503b83c76b2cdc64d3ae6f | primeiro commit do artigo | diff --git a/Article.css b/Article.css
new file mode 100644
index 0000000..e20bfe9
--- /dev/null
+++ b/Article.css
@@ -0,0 +1,721 @@
+/*
+ * Basic styles for core document typography.
+ *
+ * Influenced by:
+ * - "How to size text using ems" [http://www.clagnut.com/blog/348]
+ */
+
+/*************************** Basic... |
mye/dotfiles | 398c28d2e8e121fe94f8ac4fc82fbb6a191c6d52 | add init.el for emacs | diff --git a/init.el b/init.el
new file mode 100644
index 0000000..617f7a4
--- /dev/null
+++ b/init.el
@@ -0,0 +1,174 @@
+;; Customize user interface.
+(menu-bar-mode 0)
+(when (display-graphic-p)
+ (tool-bar-mode 0)
+ (scroll-bar-mode 0))
+(setq inhibit-startup-screen t)
+(setq blink-cursor-mode nil)
+(column-number... |
mye/dotfiles | ab5f98c201b243cc89efbc6614c8daf16133afef | remove leading dots from filenames | diff --git a/.Xauthority b/Xauthority
old mode 100755
new mode 100644
similarity index 100%
rename from .Xauthority
rename to Xauthority
diff --git a/.Xdefaults b/Xdefaults
old mode 100755
new mode 100644
similarity index 100%
rename from .Xdefaults
rename to Xdefaults
diff --git a/.Xmodmap b/Xmodmap
old mode 100755
ne... |
mye/dotfiles | 0ce85ba35fac3e0b7a896694510d22239854b2cd | Ignore everything not explicitly added | diff --git a/create-home-links.sh b/create-home-links.sh
new file mode 100755
index 0000000..8333eb7
--- /dev/null
+++ b/create-home-links.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+for x in "$(pwd)"/.*
+do
+ echo ln -s "$x" "$HOME/$(basename "$x")"
+done
|
mye/dotfiles | 0751fe3339076ecf0774c845364b81ee7fa13bf7 | Add .gitconfig | diff --git a/.gitconfig b/.gitconfig
new file mode 100755
index 0000000..49a3b0d
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,25 @@
+[user]
+ name = Matt Sparks
+ email = ms@quadpoint.org
+
+[alias]
+ ci = commit -a
+ co = checkout
+ st = status
+ lg = log --name-status
+ praise = blame
+
+[apply]
+ whitespace = s... |
mye/dotfiles | b19d569eb3824958f2f2726c70e85e4f0fc7c086 | Add .bash_history to .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c40b483
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.bash_history
|
mye/dotfiles | 7edc7cb27cb0fab6ea6d65476df9182144866197 | add cmdstash | diff --git a/.cmdstash b/.cmdstash
new file mode 100755
index 0000000..fe4cd86
--- /dev/null
+++ b/.cmdstash
@@ -0,0 +1 @@
+cvs -d anoncvs@anoncvs.eu.openbsd.org:/cvs/src/usr.bin get nc
diff --git a/.dircolors b/.dircolors
new file mode 100755
index 0000000..d08d6e0
--- /dev/null
+++ b/.dircolors
@@ -0,0 +1,123 @@
+# C... |
azamsharp/WIYC | e6df913be34333a8f82f86eb041e0764b4bcc87d | WIYC first commit | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..44fe4a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+_ReSharper.WIYCSolution\
+TestResults\
+MvcApplication1\
+*.testsettings
+_ReSharper.*
+bin
+obj
+*.user
+*.cache
+*.vsmdi
+TODO.txt
+
+
diff --git a/WIYCLibrary/ApplicationObject.cs b/WIYCL... |
abraham/matciphone | c64fc41eed8fc9d1d72dc1328ea11ecfeb216227 | added an MIT liscense and the movie lab from chapter 4 | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..71079c2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
+Copyright (c) 2009 Abraham Williams - http://abrah.am
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Softw... |
abraham/matciphone | 8c429831afbf9898c0e4513475ee47f3166f0de7 | git cleanup | diff --git a/book-labs/Hello/Hello.xcodeproj/abraham.mode1v3 b/book-labs/Hello/Hello.xcodeproj/abraham.mode1v3
index e00d106..35c62bf 100644
--- a/book-labs/Hello/Hello.xcodeproj/abraham.mode1v3
+++ b/book-labs/Hello/Hello.xcodeproj/abraham.mode1v3
@@ -1,1378 +1,1401 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYP... |
abraham/matciphone | 0594e2102fe3c9e76f69a9096808b97e6cef2084 | change hello name as you type. | diff --git a/book-labs/HelloUser/Classes/HelloUserViewController.h b/book-labs/HelloUser/Classes/HelloUserViewController.h
index 36b6486..2e26a5a 100644
--- a/book-labs/HelloUser/Classes/HelloUserViewController.h
+++ b/book-labs/HelloUser/Classes/HelloUserViewController.h
@@ -1,21 +1,25 @@
//
// HelloUserViewControl... |
abraham/matciphone | f13d4679b3d06bd074b18b7605ecabe233b030e1 | Costum hello *name* prompt | diff --git a/book-labs/HelloUser/Classes/HelloUserViewController.h b/book-labs/HelloUser/Classes/HelloUserViewController.h
index 655e1aa..36b6486 100644
--- a/book-labs/HelloUser/Classes/HelloUserViewController.h
+++ b/book-labs/HelloUser/Classes/HelloUserViewController.h
@@ -1,16 +1,21 @@
//
// HelloUserViewControl... |
abraham/matciphone | 48ad70c0da635f7eba5dda18c75fc0ffd8d4435a | empty HelloUser lab from Chapter 3 | diff --git a/book-labs/HelloUser/Classes/HelloUserAppDelegate.h b/book-labs/HelloUser/Classes/HelloUserAppDelegate.h
new file mode 100644
index 0000000..91a9d65
--- /dev/null
+++ b/book-labs/HelloUser/Classes/HelloUserAppDelegate.h
@@ -0,0 +1,22 @@
+//
+// HelloUserAppDelegate.h
+// HelloUser
+//
+// Created by Abra... |
abraham/matciphone | 1085a822896c100274cb77185e8c21c728c4243c | Hello app from Chapter 2 | diff --git a/book-labs/Hello/Classes/HelloAppDelegate.h b/book-labs/Hello/Classes/HelloAppDelegate.h
new file mode 100644
index 0000000..b160c41
--- /dev/null
+++ b/book-labs/Hello/Classes/HelloAppDelegate.h
@@ -0,0 +1,22 @@
+//
+// HelloAppDelegate.h
+// Hello
+//
+// Created by Abraham Williams on 9/28/09.
+// Co... |
abraham/matciphone | d69ab0219f541865dc46fe8305024d3c4cce688e | empty repo | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
clj-la/clj-la.github.com | 5473d8760aaf6fab500102506b89011524b932b0 | changed name to match meetup name | diff --git a/index.html b/index.html
index 8edac94..6715d1f 100644
--- a/index.html
+++ b/index.html
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:la... |
clj-la/clj-la.github.com | 945e4ceb5ecaee22631b8604fedc2e55a8019c3b | more readme formatting | diff --git a/README.md b/README.md
index 9c96583..5caaee6 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,17 @@
# GitHub Pages for clj-la
-These are the source files for the (clj-la)[http://clj-la.org] web site.
+These are the source files for the [clj-la](http://clj-la.org) web site.
+
+
***
_"I li... |
clj-la/clj-la.github.com | 29d74a07622d6ef59edc8408ef6796c9c6cfc19f | more readme formatting (I wish I had a markdown previewer | diff --git a/README.md b/README.md
index 90100e2..9c96583 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# GitHub Pages for clj-la
These are the source files for the (clj-la)[http://clj-la.org] web site.
***
_"I like being weird. Weird is all I've got. That and my sweet style."_
- [Moss](http://w... |
clj-la/clj-la.github.com | c4c4f40f8483d09a9fa05cedadc17f68cd614616 | formatting readme | diff --git a/README.md b/README.md
index 1d9714d..90100e2 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# GitHub Pages for clj-la
These are the source files for the (clj-la)[http://clj-la.org] web site.
***
-> I like being weird. Weird is all I've got. That and my sweet style.
+_"I like being weird.... |
clj-la/clj-la.github.com | 078e4738a62039484a882568b69e0d6a1331dc06 | Added comments and license stuff to readme | diff --git a/README.md b/README.md
index e69de29..1d9714d 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+# GitHub Pages for clj-la
+
+These are the source files for the (clj-la)[http://clj-la.org] web site.
+
+
+***
+> I like being weird. Weird is all I've got. That and my sweet style.
+- [Moss](http://www.ne... |
clj-la/clj-la.github.com | 9c4598255c2e0ce58d0c11558dd4fb88c124a116 | added description meta | diff --git a/index.html b/index.html
index 101a274..8edac94 100644
--- a/index.html
+++ b/index.html
@@ -1,27 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:la... |
clj-la/clj-la.github.com | 2d1771a0d1b7998c5e757b3b555f232d6f37a6ad | added 8-bit-ish logo graphic | diff --git a/clj-la-logo-grungy.png b/clj-la-logo-grungy.png
new file mode 100644
index 0000000..39237b5
Binary files /dev/null and b/clj-la-logo-grungy.png differ
diff --git a/index.html b/index.html
index 5dd00d5..101a274 100644
--- a/index.html
+++ b/index.html
@@ -1,26 +1,27 @@
<?xml version="1.0" encoding="UTF-8"... |
clj-la/clj-la.github.com | 5ea998e73aef2d17e8396629071834b5c9d47e1d | minor tweak | diff --git a/index.html b/index.html
index f7e4aa2..5dd00d5 100644
--- a/index.html
+++ b/index.html
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHT... |
clj-la/clj-la.github.com | 7384b334fcf794491747567f5d5ff31de4a414d6 | Add my Commodor 64 styling to the page. Minor wording tweaks too. | diff --git a/index.html b/index.html
index eacfc14..f7e4aa2 100644
--- a/index.html
+++ b/index.html
@@ -1,20 +1,28 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html> <head>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/... |
clj-la/clj-la.github.com | 093098f5dad1b449d340748818bc90f7631a590c | old school | diff --git a/index.html b/index.html
index e3620f9..eacfc14 100644
--- a/index.html
+++ b/index.html
@@ -1,20 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>clj-la - los angeles area clojure users group</title>
</head>
<body>
+<code>
<h1>clj-la</h1>
<h3>los angeles area clojure us... |
clj-la/clj-la.github.com | b24765640dc0175b35870625ed469b9e09ac5794 | meetup | diff --git a/index.html b/index.html
index 6e357b3..e3620f9 100644
--- a/index.html
+++ b/index.html
@@ -1,19 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>clj-la - los angeles area clojure users group</title>
</head>
<body>
<h1>clj-la</h1>
<h3>los angeles area clojure users grou... |
clj-la/clj-la.github.com | c82c569a46e760d0d23a22a0b97f6a152e427844 | reorder | diff --git a/index.html b/index.html
index 3c2b1f8..6e357b3 100644
--- a/index.html
+++ b/index.html
@@ -1,19 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>clj-la - los angeles area clojure users group</title>
</head>
<body>
<h1>clj-la</h1>
<h3>los angeles area clojure users grou... |
iAndrew/sample_app | 6a169c96e428345819413379e83309f68bcc3699 | changed name to uniqueness | diff --git a/app/models/user.rb b/app/models/user.rb
index 5b5fe38..18d4970 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,91 +1,92 @@
# == Schema Information
# Schema version: 20100930052638
#
# Table name: users
#
# id :integer not null, primary key
# name ... |
iAndrew/sample_app | 06b245da3676b80c749c99e15cb1ea3db594a8c5 | added user following | diff --git a/.rspec b/.rspec
index 53607ea..32c26c2 100644
--- a/.rspec
+++ b/.rspec
@@ -1 +1,2 @@
--colour
+--drb
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
index 973ec8d..e48c612 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,47 +1,47 @@
source 'http://rubygems.org'
gem 'rails', '3.0.0'
# Bundle edg... |
iAndrew/sample_app | 8a1187f1567ca373c4e0dda456e0f879c8c6ab03 | refactored home view | diff --git a/app/views/pages/_dashboard.html.erb b/app/views/pages/_dashboard.html.erb
new file mode 100644
index 0000000..d46c560
--- /dev/null
+++ b/app/views/pages/_dashboard.html.erb
@@ -0,0 +1,12 @@
+<table class="front" summary="For signed-in users">
+ <tr>
+ <td class="main">
+ <h1 class="micropost">What's up... |
iAndrew/sample_app | 445b12a64f44e9f7fedb9ef45b738d07308bc262 | Added microposts | diff --git a/app/controllers/microposts_controller.rb b/app/controllers/microposts_controller.rb
new file mode 100644
index 0000000..f7cdf56
--- /dev/null
+++ b/app/controllers/microposts_controller.rb
@@ -0,0 +1,26 @@
+class MicropostsController < ApplicationController
+ before_filter :authenticate, :only => [:create... |
iAndrew/sample_app | 67315fde3a25842f3a2df893c9872ac84ae25c87 | Refactored new\edit view. Added some minor changes | diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index fd47d73..28f72c4 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -1,67 +1,75 @@
class UsersController < ApplicationController
before_filter :authenticate, :only => [:index, :edi... |
iAndrew/sample_app | ecb45fd4973b568de3209267a7447a7a0cfd3c23 | Done with user edit/update and destroy actions | diff --git a/.gitignore b/.gitignore
index af64fae..4446975 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.bundle
db/*.sqlite3
log/*.log
+*.log
tmp/**/*
diff --git a/Gemfile b/Gemfile
index dab5ef8..973ec8d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,40 +1,47 @@
source 'http://rubygems.org'
gem 'rails',... |
iAndrew/sample_app | 5f40af57365f4b43846a366188b60320f839e099 | Added integration_sign_in | diff --git a/spec/requests/users_spec.rb b/spec/requests/users_spec.rb
index aab1a41..26c13cc 100644
--- a/spec/requests/users_spec.rb
+++ b/spec/requests/users_spec.rb
@@ -1,59 +1,56 @@
require 'spec_helper'
describe "Users" do
describe "signup" do
describe "failure" do
it "should not make a new use... |
iAndrew/sample_app | 38a77e83f9e866407631824d023b56d969ee13f4 | Done with sign in and out | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 001149b..fdea20c 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,4 +1,5 @@
class ApplicationController < ActionController::Base
protect_from_forgery
+... |
iAndrew/sample_app | b07f73c6ef72e5324fd974a6cea589eab5bf5d77 | smth done | diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 1cbf437..6a32873 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -1,24 +1,26 @@
class UsersController < ApplicationController
def new
@title = "Sign up"
@user = User... |
iAndrew/sample_app | 2dc277cc8d917bc5f42aad6d25b865fd6cc67a5a | User signup complete | diff --git a/Gemfile b/Gemfile
index b347dc5..dab5ef8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,40 +1,40 @@
source 'http://rubygems.org'
-gem 'rails', '3.0.0.rc'
+gem 'rails', '3.0.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', :require => 'sqlite3... |
iAndrew/sample_app | 7ccc94c3517eba2bada7e7b423db4308fd441811 | User model with password and user show page | diff --git a/Gemfile b/Gemfile
index 09d2c20..b347dc5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,38 +1,40 @@
source 'http://rubygems.org'
gem 'rails', '3.0.0.rc'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', :require => 'sqlite3'
+gem 'gravatar_image... |
iAndrew/sample_app | 077ee79ce8101e4dc40d71d6fa7d55a5762e3852 | Finished first cut of users model | diff --git a/Gemfile b/Gemfile
index f4f743a..09d2c20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,37 +1,38 @@
source 'http://rubygems.org'
gem 'rails', '3.0.0.rc'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', :require => 'sqlite3'
group :developm... |
iAndrew/sample_app | bd35f34ebd1465f8398c6cb6d6fd8b2947469bbc | Finished with layouts | diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
new file mode 100644
index 0000000..11a6a5e
--- /dev/null
+++ b/app/controllers/users_controller.rb
@@ -0,0 +1,6 @@
+class UsersController < ApplicationController
+ def new
+ @title = "Sign up"
+ end
+
+end
diff --git a/app/help... |
iAndrew/sample_app | b44318500c8e11c15191595fd509cb0955180a46 | removed default page | diff --git a/config/routes.rb b/config/routes.rb
index ccd1b0d..19c54b8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,66 +1,63 @@
SampleApp::Application.routes.draw do
- get "pages/home"
-
- get "pages/contact"
-
- get "pages/about"
+ match '/contact', :to => 'pages#contact'
+ match '/about', :to =... |
iAndrew/sample_app | f16fed1a1a71d24905189c5163480dae1cd4087b | Added some style | diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
new file mode 100644
index 0000000..12f0e0f
--- /dev/null
+++ b/app/views/layouts/_footer.html.erb
@@ -0,0 +1,10 @@
+<footer>
+ <nav class="round">
+ <ul>
+ <li><%= link_to "About", '#' %></li>
+ <li><%= link_to "Contact"... |
iAndrew/sample_app | ca18acf677c01b002ce4d6132f7bc6e314821818 | Added some style | diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 5abd982..37aab4b 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,12 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
- <%= stylesheet_l... |
iAndrew/sample_app | 62c7d08dc76cff4a7bbd93fd8e33864d7b2b810a | Added helper method | diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index de6be79..f647abf 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1,2 +1,10 @@
module ApplicationHelper
+ def title
+ base_title = "Ruby on Rails Tutorial Sample App"
+ if @title.ni... |
iAndrew/sample_app | 196d9b998b38dfc87e4d95caef58e04c868e5d66 | added help | diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
index 5c62b61..e42186a 100644
--- a/app/controllers/pages_controller.rb
+++ b/app/controllers/pages_controller.rb
@@ -1,14 +1,18 @@
class PagesController < ApplicationController
def home
@title = "Home"
end
def conta... |
iAndrew/sample_app | 567b20065776464808b64ca1ac430dd3b60b593b | Done with static pages | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index e8065d9..001149b 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,3 +1,4 @@
class ApplicationController < ActionController::Base
protect_from_forgery
... |
iAndrew/sample_app | da699d2f5d93512a6e184e8e2771c825ebcde1ff | Added a Pages controller | diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
new file mode 100644
index 0000000..5635120
--- /dev/null
+++ b/app/controllers/pages_controller.rb
@@ -0,0 +1,8 @@
+class PagesController < ApplicationController
+ def home
+ end
+
+ def contact
+ end
+
+end
diff --git a/app/hel... |
iAndrew/sample_app | 23618b6758bf49a061ab0ec901f7be4f5b74dcb0 | Improved README | diff --git a/README b/README
deleted file mode 100644
index 6966fe9..0000000
--- a/README
+++ /dev/null
@@ -1,256 +0,0 @@
-== Welcome to Rails
-
-Rails is a web-application framework that includes everything needed to create
-database-backed web applications according to the Model-View-Control pattern.
-
-This pattern ... |
dkubb/yardstick | af00c675d2be00109f196d5295023a6fe0a4c36d | Fix reporting regression for identical docstrings | diff --git a/config/flay.yml b/config/flay.yml
index 6ed6a9b..a523b70 100644
--- a/config/flay.yml
+++ b/config/flay.yml
@@ -1,3 +1,3 @@
---
threshold: 10
-total_score: 217
+total_score: 213
diff --git a/lib/yardstick/document.rb b/lib/yardstick/document.rb
index 43a7f2c..8424561 100644
--- a/lib/yardstick/document.r... |
dkubb/yardstick | 6fc9ac9457a87c5bfe4e4858c9a6d8a7f3931fe4 | Add missed documentation for `Rule.describe` | diff --git a/lib/yardstick/rule.rb b/lib/yardstick/rule.rb
index fea244d..cb83e27 100644
--- a/lib/yardstick/rule.rb
+++ b/lib/yardstick/rule.rb
@@ -1,98 +1,105 @@
# encoding: utf-8
require 'forwardable'
module Yardstick
# Base class of every rule
#
# @abstract
class Rule
extend Forwardable
... |
dkubb/yardstick | 80774d3272dbf86b48082c2e04f2b4069d74b7f3 | Change build status badge to CircleCI | diff --git a/README.md b/README.md
index 931f10a..feeeed4 100644
--- a/README.md
+++ b/README.md
@@ -1,155 +1,155 @@
# yardstick
[][gem]
-[][travis]
+[ | diff --git a/lib/yardstick.rb b/lib/yardstick.rb
index f75956e..95e356c 100644
--- a/lib/yardstick.rb
+++ b/lib/yardstick.rb
@@ -1,85 +1,86 @@
# encoding: utf-8
require 'set'
require 'pathname'
require 'delegate'
require 'yard'
require 'yard/logging'
+require 'concord'
require 'yardstick/ordered_set'
requ... |
dkubb/yardstick | 10edb9e2ad445bda2e827c8b4f9a8f8112c21660 | Add language identifiers to code blocks on README.md for syntax highlighting | diff --git a/README.md b/README.md
index 5088e61..931f10a 100644
--- a/README.md
+++ b/README.md
@@ -1,155 +1,155 @@
# yardstick
[][gem]
[][travis]
[![Dependency Status](http://img.shields.io/... |
dkubb/yardstick | 1f26f31f1d7c0dc65494d19050e94f946a337ab3 | Add explicit require for Tempfile to fix failing travis build | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5746237..4183219 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,44 +1,45 @@
# encoding: utf-8
if ENV['COVERAGE'] == 'true'
require 'simplecov'
require 'coveralls'
SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Co... |
dkubb/yardstick | 5f2829b498db385a95090919c904c97c05f2812f | Add `since: HEAD~1` filter to mutant config | diff --git a/config/mutant.yml b/config/mutant.yml
index 6b7e626..d1b6c0a 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,3 +1,4 @@
---
name: yardstick
namespace: Yardstick
+since: HEAD~1
|
dkubb/yardstick | 60f7ebcc1525df60985c0f61864266af484b8114 | Fix race condition causing neutral mutant failure | diff --git a/config/mutant.yml b/config/mutant.yml
index 3b0b7d6..6b7e626 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,6 +1,3 @@
---
name: yardstick
namespace: Yardstick
-ignore_subjects:
-# sometimes creates a neutral failure
-- Yardstick::Rake::Measurement#define
diff --git a/spec/integration/yards... |
dkubb/yardstick | cfb6e8d8ca56f72bf32f2c1eb818ae95ea8a873b | Fix maximum line length rule | diff --git a/config/mutant.yml b/config/mutant.yml
index a16d513..3b0b7d6 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,6 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2365/2366
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake::Measurement#define
diff --... |
dkubb/yardstick | 988c150062a39e5cf58cb88c5b7dda44c7adee6c | Kill `Rules::Summary::Delimiter#valid?` mutation | diff --git a/config/mutant.yml b/config/mutant.yml
index 0591723..a16d513 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2381/2384
+expect_coverage: 2365/2366
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | 6b03fff02a71c7040acb2e4f786456a9fef074b1 | Kill `RuleConfig` default options mutations | diff --git a/config/mutant.yml b/config/mutant.yml
index 685455d..0591723 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2378/2384
+expect_coverage: 2381/2384
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | 96c330e8033c5cfbccc08dcb11f28c2735614160 | Remove `ReportOutput#initialize` spec | diff --git a/config/mutant.yml b/config/mutant.yml
index fbcf0c2..685455d 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2372/2384
+expect_coverage: 2378/2384
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | 16238d4140a0f079cad522434f0085301e069193 | Kill `Parser.method_objects` YARD registry mutant | diff --git a/config/mutant.yml b/config/mutant.yml
index df8a6ce..fbcf0c2 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2369/2384
+expect_coverage: 2372/2384
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | d9d5058674a19540cfa989a3aca4fd80b2986629 | Kill `Parser.method_objects` filtering mutation | diff --git a/config/flog.yml b/config/flog.yml
index ac573b9..829ca9d 100644
--- a/config/flog.yml
+++ b/config/flog.yml
@@ -1,2 +1,2 @@
---
-threshold: 14.4
+threshold: 9.7
diff --git a/config/mutant.yml b/config/mutant.yml
index d592da8..df8a6ce 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
... |
dkubb/yardstick | f93dc2ec82933156ec0553d2d88fd543b0f5cd56 | Kill `Parser.method_objects` sorting mutations | diff --git a/config/mutant.yml b/config/mutant.yml
index 41d1676..d592da8 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2355/2387
+expect_coverage: 2368/2387
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | 57f3893007257d7a0d42f7ce09fdc47e6400e42e | Change `PercentLiteralDelimiters` preference | diff --git a/config/rubocop.yml b/config/rubocop.yml
index 40928d4..d38ca72 100644
--- a/config/rubocop.yml
+++ b/config/rubocop.yml
@@ -1,67 +1,80 @@
inherit_from: ../.rubocop.yml
# Avoid parameter lists longer than five parameters.
ParameterLists:
Max: 3
CountKeywordArgs: true
# Avoid more than `Max` le... |
dkubb/yardstick | a1f0ffcdcaa2196077ae1024565131284c2ef288 | Kill `Yardstick::Parser.documents` mutant | diff --git a/config/mutant.yml b/config/mutant.yml
index d5104fc..41d1676 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2357/2390
+expect_coverage: 2355/2387
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | e393e18b36091a86bdb9008d51ab99f2c4edcdb9 | Kill `Parser.parse_paths` mutation | diff --git a/config/mutant.yml b/config/mutant.yml
index 05df549..d5104fc 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2357/2391
+expect_coverage: 2357/2390
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | e314d5aa7bccabfb04915dba9992c59c829823ec | Kill `OrderedSet#initialize` mutation | diff --git a/config/mutant.yml b/config/mutant.yml
index f1e8e3f..05df549 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2357/2392
+expect_coverage: 2357/2391
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | d7bda681f20da4596e95c42f982a190c322dcd9f | Kill `OrderedSet#<<` mutations | diff --git a/config/mutant.yml b/config/mutant.yml
index 7703113..f1e8e3f 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2353/2394
+expect_coverage: 2357/2392
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | f017dbccfb8e94567c5c6fdb06d45bb7fcb65b7a | Change RSpec example wording to not use 'should' | diff --git a/spec/integration/yardstick/class_methods/measure_string_spec.rb b/spec/integration/yardstick/class_methods/measure_string_spec.rb
index 3562824..87c6a95 100644
--- a/spec/integration/yardstick/class_methods/measure_string_spec.rb
+++ b/spec/integration/yardstick/class_methods/measure_string_spec.rb
@@ -1,2... |
dkubb/yardstick | 55da77dac2be9f09872d46a12d5ed633bcda260d | Fix specs to use `described_class` | diff --git a/spec/integration/yardstick/class_methods/measure_spec.rb b/spec/integration/yardstick/class_methods/measure_spec.rb
index b231636..0861b86 100644
--- a/spec/integration/yardstick/class_methods/measure_spec.rb
+++ b/spec/integration/yardstick/class_methods/measure_spec.rb
@@ -1,22 +1,22 @@
# encoding: utf-... |
dkubb/yardstick | 39389833e150526ef242bc71fe2a03c2c54342fd | Change devtools timeout from `0.1` to `1.0` | diff --git a/config/devtools.yml b/config/devtools.yml
index 189e76c..da77371 100644
--- a/config/devtools.yml
+++ b/config/devtools.yml
@@ -1,4 +1,4 @@
---
-unit_test_timeout: 0.1
+unit_test_timeout: 1.0
fail_on_branch:
- "master"
|
dkubb/yardstick | c4d12ced2d010f32d18cf16776e35a0b2b6a16ec | Fix RSpec instance method descriptions | diff --git a/spec/unit/yardstick/measurement/ok_predicate_spec.rb b/spec/unit/yardstick/measurement/ok_predicate_spec.rb
index 47b7380..4a280b9 100644
--- a/spec/unit/yardstick/measurement/ok_predicate_spec.rb
+++ b/spec/unit/yardstick/measurement/ok_predicate_spec.rb
@@ -1,27 +1,27 @@
# encoding: utf-8
require 'sp... |
dkubb/yardstick | a93499784ec1cf7591f6b211f08b40007da8092d | Remove `RuleConfig#initialize` spec | diff --git a/config/mutant.yml b/config/mutant.yml
index 3de7946..7703113 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2347/2394
+expect_coverage: 2353/2394
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
dkubb/yardstick | 795f85f718de39e51016a0327d795dd27b8d8254 | Kill `MeasurementSet#puts` mutation | diff --git a/config/mutant.yml b/config/mutant.yml
index 8e38001..3de7946 100644
--- a/config/mutant.yml
+++ b/config/mutant.yml
@@ -1,7 +1,7 @@
---
name: yardstick
namespace: Yardstick
-expect_coverage: 2346/2394
+expect_coverage: 2347/2394
ignore_subjects:
# sometimes creates a neutral failure
- Yardstick::Rake... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.