gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Doesn't work with rails 4 #74

Open gabriel opened 10 years ago

gabriel commented 10 years ago

Looks like rails 4 uses test/model instead of test/unit and also there is a error loading MiniTest on startup.

gma commented 10 years ago

Thanks for reporting it. I'll be using tconsole with Rails 4 myself in a few weeks, so I'll definitely fix it at that point.

Pull requests welcome in the mean time…

Dagnan commented 10 years ago

BTW a fix is available here https://coderwall.com/p/yhxlia

gma commented 10 years ago

Thanks @Dagnan. It's funny how a few weeks has turned into a few months, and I'm still on 3.2.18… :-|

Dagnan commented 10 years ago

Well you should give it a try, Rails 4.0 seems nice, and 4.1 and over nicer but I did not have the time to try them yet myself.

gma commented 10 years ago

Absolutely, I'd love to. It just hasn't become the biggest priority yet!

On 5 Jun 2014, at 15:11, Michel Pigassou notifications@github.com wrote:

Well you should give it a try, Rails 4.0 seems nice, and 4.1 and over nicer but I did not have the time to try them yet myself.

— Reply to this email directly or view it on GitHub.

odigity commented 9 years ago

+1

I just found this gem, and think it's awesome, and am quite sad that I can't use it. :(