Plugin for static code analysis of Rails app [closed] - ruby-on-rails

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to run a static code analysis over my Rails app. Is there a tool available that can help me do this?
Thanks,
Sivakumar.

Try metric-fu - it bundles various Rails analysis tools and outputs the results to your browser.
I did have some difficulty getting Saikuro (a cyclomatic complexity analyser) to work last time I tried it, but it was a while ago and I can't remember exactly what the problem was now...

Related

Simple Prototype creator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
i am looking for simple prototype/wireframe/mockup creator, with that i can show flow of any application to designing team.
I have used Jutinmind but found that a little bit time taking.
i want simple one that won't take much time
There is a kickstarter being funded that would meet your needs nicely http://www.kickstarter.com/projects/appseed/appseed-turn-sketches-into-functioning-prototypes

Is hogan.js unmaintained? Is it safe to use? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've seen that Twitter's hogan.js is not making progress and it's somewhat abandoned (github: https://github.com/twitter/hogan.js). The issues are not being attended, and last version in NPM is 2.0.0 (https://www.npmjs.org/package/hogan.js), while in github is already 3.0.0. Eight months ago it was asked to be updated in NPM and it has not been done yet (https://github.com/twitter/hogan.js/issues/111).
Is Twitter still using Mustache templates? Why is this project so unattended? Would you use it for a real life product?

What are good resources for learning to test using Selenium for a Rails app? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for resources to learn how to use Selenium to test my rails app?
How are people using it etc.
I know the people at pivotal use Selenium, I'm looking for an insiders view on how to use it effectively and efficiently etc.
My goto place to look for rails info has always been Railscasts: http://railscasts.com/episodes/116-selenium
After that Google++

Are there any full featured Brainfuck editors available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Has anyone tried to implement the equivalent of a full featured editor for Brainfuck? What's the closest that is available?
Brainfuck Developer is an IDE for the Brainfuck language.
In 2008 I implemented a editor/debugger/interpreter for Brainfuck in JavaScript.
It's browser based, so you don't have to install anything.
You can put breakpoints and run brainfuck step by step.
There are also several examples included.
It's http://www.lordalcol.com/brainfuckjs/
Try the Brainfu** machine, I use it for years, and it seems really good.

What RoR programs are used in this tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm new to rails, and I'm watching this video tutorial online and I was wondering what programs are being using - I recognize terminal, but thats about it.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Note that the video is from 2005, and most of it looks horribly out of date.
Safari
iTerm, which fell out of favor when Leopard's built-in Terminal got tabs
TextMate
CocoaMySQL, which has been superseded by Sequel Pro
Terminal, Safari (browser) and TextMate (editor)

Resources