SYMBOL INDEX (91 symbols across 46 files) FILE: components/annoyance/app/models/annoyance/levels.rb type Annoyance (line 1) | module Annoyance type Levels (line 2) | module Levels function levels (line 3) | def self.levels FILE: components/annoyance/app/models/annoyance/meter.rb type Annoyance (line 1) | module Annoyance class Meter (line 2) | class Meter method initialize (line 5) | def initialize(limit) method annoyance_level (line 10) | def annoyance_level(repetition_count) method annoyance_adjusted (line 23) | def annoyance_adjusted(text, repetition_count) method emphasis (line 33) | def emphasis(repetition_count, index) method what_to_duplicate (line 45) | def what_to_duplicate(repetition_count, annoyance_level) FILE: components/annoyance/lib/annoyance.rb type Annoyance (line 8) | module Annoyance FILE: components/annoyance/lib/annoyance/engine.rb type Annoyance (line 1) | module Annoyance class Engine (line 2) | class Engine < ::Rails::Engine FILE: components/annoyance/lib/annoyance/version.rb type Annoyance (line 1) | module Annoyance FILE: components/annoyance/spec/annoyance/levels_spec.rb type Annoyance (line 3) | module Annoyance FILE: components/annoyance/spec/annoyance/meter_spec.rb type Annoyance (line 3) | module Annoyance FILE: components/email_signup/app/models/email_signup/entry.rb type EmailSignup (line 1) | module EmailSignup class Entry (line 2) | class Entry < ActiveRecord::Base FILE: components/email_signup/app/models/email_signup/entry_manager.rb type EmailSignup (line 1) | module EmailSignup class EntryManager (line 2) | class EntryManager method create (line 3) | def create(email) method find_by_email (line 8) | def find_by_email(email) FILE: components/email_signup/db/migrate/20130331124429_create_news_signup_entry.rb class CreateNewsSignupEntry (line 1) | class CreateNewsSignupEntry < ActiveRecord::Migration method change (line 2) | def change FILE: components/email_signup/db/migrate/20130331134505_rename_news_signup_etnries_to_email_signup_entries.rb class RenameNewsSignupEtnriesToEmailSignupEntries (line 1) | class RenameNewsSignupEtnriesToEmailSignupEntries < ActiveRecord::Migration method change (line 2) | def change FILE: components/email_signup/db/migrate/20130403220851_remove_tries_from_email_signup_entry.rb class RemoveTriesFromEmailSignupEntry (line 1) | class RemoveTriesFromEmailSignupEntry < ActiveRecord::Migration method change (line 2) | def change FILE: components/email_signup/lib/email_signup.rb type EmailSignup (line 3) | module EmailSignup FILE: components/email_signup/lib/email_signup/engine.rb type EmailSignup (line 1) | module EmailSignup class Engine (line 2) | class Engine < ::Rails::Engine FILE: components/email_signup/lib/email_signup/version.rb type EmailSignup (line 1) | module EmailSignup FILE: components/email_signup/spec/dummy/app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: components/email_signup/spec/dummy/app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper FILE: components/email_signup/spec/dummy/config/application.rb type Dummy (line 14) | module Dummy class Application (line 15) | class Application < Rails::Application FILE: components/email_signup/spec/models/email_signup/entry_manager_spec.rb type EmailSignup (line 3) | module EmailSignup FILE: components/email_signup/spec/models/email_signup/entry_spec.rb type EmailSignup (line 3) | module EmailSignup FILE: components/event_counter/app/models/event_counter/logger.rb type EventCounter (line 1) | module EventCounter class Logger (line 2) | class Logger method log (line 3) | def log(object_identifier, event_identifier) class Count (line 19) | class Count < ActiveRecord::Base FILE: components/event_counter/db/migrate/20130403021547_create_event_counter_count.rb class CreateEventCounterCount (line 1) | class CreateEventCounterCount < ActiveRecord::Migration method change (line 2) | def change FILE: components/event_counter/lib/event_counter.rb type EventCounter (line 3) | module EventCounter FILE: components/event_counter/lib/event_counter/engine.rb type EventCounter (line 1) | module EventCounter class Engine (line 2) | class Engine < ::Rails::Engine FILE: components/event_counter/lib/event_counter/version.rb type EventCounter (line 1) | module EventCounter FILE: components/event_counter/spec/dummy/app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: components/event_counter/spec/dummy/app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper FILE: components/event_counter/spec/dummy/config/application.rb type Dummy (line 14) | module Dummy class Application (line 15) | class Application < Rails::Application FILE: components/event_counter/spec/models/logger_spec.rb type EventCounter (line 3) | module EventCounter FILE: components/event_counter/spec/support/test_helper.rb type EventCounter (line 1) | module EventCounter type TestHelper (line 2) | module TestHelper function new_logger (line 3) | def self.new_logger(object_identifier = nil, event_identifier = nil,... FILE: components/teaser/app/controllers/teaser/application_controller.rb type Teaser (line 1) | module Teaser class ApplicationController (line 2) | class ApplicationController < ActionController::Base FILE: components/teaser/app/controllers/teaser/tease_controller.rb type Teaser (line 1) | module Teaser class TeaseController (line 2) | class TeaseController < Teaser::ApplicationController method new (line 6) | def new method create (line 9) | def create method inject_dependencies (line 27) | def inject_dependencies FILE: components/teaser/db/migrate/20120915205848_create_entry.rb class CreateEntry (line 1) | class CreateEntry < ActiveRecord::Migration method change (line 2) | def change FILE: components/teaser/db/migrate/20120917081547_add_tries_to_teaser_entries.rb class AddTriesToTeaserEntries (line 1) | class AddTriesToTeaserEntries < ActiveRecord::Migration method change (line 2) | def change FILE: components/teaser/db/migrate/20130403011500_remove_entry.rb class RemoveEntry (line 1) | class RemoveEntry < ActiveRecord::Migration method change (line 2) | def change FILE: components/teaser/lib/monkey_patches/engine.rb type Rails (line 1) | module Rails class Engine (line 2) | class Engine < Railtie method load_seed (line 3) | def load_seed FILE: components/teaser/lib/teaser.rb type Teaser (line 10) | module Teaser FILE: components/teaser/lib/teaser/engine.rb type Teaser (line 1) | module Teaser class Engine (line 2) | class Engine < ::Rails::Engine FILE: components/teaser/lib/teaser/version.rb type Teaser (line 1) | module Teaser FILE: components/teaser/spec/controllers/tease_controller_spec.rb type Teaser (line 3) | module Teaser FILE: components/teaser/spec/dummy/app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: components/teaser/spec/dummy/app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper FILE: components/teaser/spec/dummy/config/application.rb type Dummy (line 8) | module Dummy class Application (line 9) | class Application < Rails::Application FILE: components/teaser/spec/javascripts/helpers/mock-ajax.js function extend (line 34) | function extend(destination, source) { function MockAjax (line 41) | function MockAjax(global) { function StubTracker (line 74) | function StubTracker() { function fakeRequest (line 95) | function fakeRequest(requestTracker, stubTracker) { function RequestTracker (line 192) | function RequestTracker() { function RequestStub (line 220) | function RequestStub(url) { FILE: components/teaser/spec/support/request_spec_helpers.rb type RequestSpecHelpers (line 1) | module RequestSpecHelpers function press_key_on_selector (line 2) | def press_key_on_selector(key, selector) FILE: config/application.rb type TheNextBigThing (line 18) | module TheNextBigThing class Application (line 19) | class Application < Rails::Application