-
I apologize if opening a new issue without being a developer on the project or having a basic repro code is bad form. I'm new to the rails/github world and am encountering an issue with rspec-prof, wh…
-
This is similar to #49 but I have been experiencing this inconsistently since perhaps plugin version 0.6.2 (if that was even a valid version...). But I can now reliably recreate this with a current fi…
-
Recently Rails ActiveRecord unit tests with oracle database `rake test_oracle` sometimes gets this error.
```
$ cd activerecord
$ rake test_oracle
... snip ...
Finished tests in 282.894401s, 12.566…
-
When I run bundle exec rake db:bootstrap RAILS_ENV=production, and got error:
Table 'xxx_production.spree_creditcards' doesn't exist: SHOW FULL FIELDS FROM `spree_creditcards`
spree1.2.0
-
Slug seems to be undefined for a model attribute that has been slugged.
``` ruby
>> Member.last.slug
NoMethodError: undefined method `slug' for #
from /Users/andy/.rvm/gems/ruby-1.9.3-p125@myap…
-
Questions that need answering are:
1. Horizontal scalability - is it important at this stage?
- Probably not - a single node should be able to handle the kind of load likely to be encountered by ea…
-
I set up a "default" RefineryCMS site on a debian box as a demo as a quick project at my company. It got approved and all was well until now. I went to set up a dev environment like we do all our rail…
-
Hello,
I've started to play around with geddy, but most documentations talk about geddy-gen, db:create, scaffolding etc, but it looks like none of this stuff is here anymore.
I found out geddy-gen i…
ralt updated
12 years ago
-
I have a rake task that looks like this:
``` ruby
desc 'reset database and seed development'
task :rs => [:drop_tables, :create, :migrate, 'data:sample', 'db:test:prepare']
```
when I run it I get t…
-
I am using JRuby head. I am using git repo for mysql2 in Gemfile like this one http://github.com/rails/rails/blob/9d6917519c0070ff6225201b7071fa4ee42d3940/Gemfile#L50
When I do bundle install it gets…