pedz | 12 May 2013 15:31
Picon
Gravatar

Magic Comments

This is a suggestion.  If folks seem to like it I may take a stab at implementing it.

The problem is the typical Rails philosophy is that we separate everything into separate files.  We put the javascript here, the CSS there, the view other yonder.  There is no real standard of where folks put these three pieces.

I'm thinking it would be nice if we could add comments.  e.g. in the javascript file we add comments that point us to the view and the CSS for that piece.  etc.  The point is to add a way to layer, on top of the existing web of connections rinari already knows about, customizable connections between various pieces of code.

Thoughts?

(I was going to create an issue on the git repository.  I'm not sure which one gets more views.)

--
 
---
You received this message because you are subscribed to the Google Groups "Rails On Emacs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emacs-on-rails+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Twenty Twenty Vision | 7 May 2013 22:23
Picon

iPhone App - 20/20 Vision

iPhone App - 20/20 Vision - http://2020visioniphoneapp4.weebly.com

--

-- 

--- 
You received this message because you are subscribed to the Google Groups "Rails On Emacs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emacs-on-rails+unsubscribe@...
For more options, visit https://groups.google.com/groups/opt_out.

Bogatyr | 20 Apr 2013 09:55
Picon
Gravatar

rinari and namespaces

I'm looking for a great Rails IDE and am a lifelong emacs user.   The Rails project I'm working on makes heavy use of namespaces.   One of the main reasons I want an IDE is to automatically navigate in the project quickly.  Mostly: "where is this thing defined?"     Before investing in setting up emacs using all the various packages is: does the automatic navigation in rinari work properly for objects defined within namespaces/modules, potentially several deep?

--
 
---
You received this message because you are subscribed to the Google Groups "Rails On Emacs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emacs-on-rails+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Twenty Twenty Vision | 31 Dec 2012 03:15
Picon

iPhone App - 20/20 Vision

iPhone App - 20/20 Vision - http://2020visioniphoneapp.weebly.com

pedz | 4 Dec 2012 05:11
Picon
Gravatar

cucumber and bundler

When I run ^x-t, I get an error which is the same error as if I run "cucumber" from the command line while in the root of my rails project.

The recommended approach (I guess) is to do "rake cucumber" which works for me.  "rake cucumber" executes "bundle exec cucumber" which I can also works from the command line.

So... I'm wondering if cucumber-compilation-executable should execute "bundle exec cucumber" (or rake cucumber since it actually does a lot more).

If I just set it equal to the string "bundle exec cucumber", it doesn't work because it doesn't break that up into words like sh would but tries to execute the command "bundle exec cucumber".  I think making it a list of words won't work either.

All this leads to a more general question: Am I missin g something?

I'm not so much afraid of hacking on this but more that I'm making things much harder than it should be.

Any suggestions?

Thank you,
Perry

Павел Осадчий | 23 Nov 2012 16:46
Picon

Can't install rinari on Emacs 24

Does the latest rinari work with emacs24? I've cloned rinari repo and added rinari to .emacs file, but when I enter Rails folder from eshell, emacs doesn't swith to eshell/rinari mode. My envi ts tne next: Ubuntu 12.10, emacs installed from apt-get, Rails version is 3.1.0 . Thanks in advance!

James Yuan | 18 Oct 2012 16:28
Picon

The error when run rinari-console in Windows, "apply: Spawning child process: invalid argument".

Run rinari-console in emacs 24, the run command should be

(run-ruby "d:/dev/scripts/Ruby/blog/script/rails console")

It returns:

apply: Spawning child process: invalid argument


How I can fix it or some workarounds?

Alexandre Strzelewicz | 11 Oct 2012 03:12
Picon
Gravatar

emacs-on-rails@... - 1 Message in 1 Topic

On Oct 11, 2012 9:12 AM, <emacs-on-rails-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> wrote:

Group: http://groups.google.com/group/emacs-on-rails/topics

You received this message because you are subscribed to the Google Group emacs-on-rails.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.

Picon

iPhone App To Help You Learn Chinese (Mandarin) Faster By Using Flashcards With Pictures

http://on.fb.me/PZSFdw - "Chinese Flashcards with Pictures" is an iPhone app that will help you learn Chinese (Mandarin) faster by using flashcards with pictures (learn over 300 most commonly used words in the English / Chinese language from A to Z), thanks.
Twenty Twenty Vision | 23 Sep 2012 13:55
Picon

iPhone App To Help You Regain 20/20 Vision Naturally

http://goo.gl/fHiCv - "20/20 Vision" is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair salon, etc.), thanks.
yaoyao | 9 Aug 2012 15:44
Picon

how to extract data from webstites ?

without using nokogori or mechanize, regardless of the structure of the web page, some idea ?


Gmane