issues Search Results · repo:engineyard/rails_metrics language:Ruby
Filter by
7 results
(74 ms)7 results
inengineyard/rails_metrics (press backspace or delete to remove)I m using Rails 4.1. In order to get the routes to work, I had to manually include them in my routes file. But then I
ran into #10 :-/
seanlinsley
- Opened on Nov 3, 2014
- #11
Started GET /rails_metrics for 127.0.0.1 at 2014-11-03 16:17:59 -0600
Processing by RailsMetricsController#index as HTML
Completed 500 Internal Server Error in 2ms
NoMethodError - undefined method `call ...
seanlinsley
- Opened on Nov 3, 2014
- #10
Looks like it only works with ActiveRecord! Is there any fork that runs with Mongoid?
millisami
- Opened on Jan 19, 2011
- #4
ska:swarm sam$ rails g rails_metrics Metric DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called
from top (required) at /Users/sam/Programming/ruby/swarm/config/application.rb:7) ...
o-sam-o
- 2
- Opened on Sep 28, 2010
- #3
Quick change would fix this:
Rails::Application.routes.draw do |map|
Becomes:
Rails.application.routes.draw do
matth
- 1
- Opened on Aug 13, 2010
- #2
After installing rails_metrics on my app, when I run rails g rails_metrics Metric this is what I get:
pre DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from class:Engine at ...
levifig
- 2
- Opened on Apr 6, 2010
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.