Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
2k views

How do I write a Rails 3.1 engine controller test in rspec?

I have written a Rails 3.1 engine with the namespace Posts. Hence, my controllers are found in app/controllers/posts/, my models in app/models/posts, etc. I can test the models just fine. The spec for ...
2
votes
2answers
125 views

How to block search engines from finding sub.domains?

I want to block search engines like Google and Yahoo from crawling user sub.domains like user.example.com, how can i do it?
1
vote
0answers
51 views

What are some ways to get started learning Java, and where should i go from there? [closed]

Hi all, My name is Louis and I am 18. Not too long ago I enrolled in a vocational highschool for trades of different types. I chose office technologies; I now have my Microsoft Specialist ...
1
vote
1answer
63 views

Rails engines depending application code?

We have what I suspect is an unusual setup. We have a Rails app which is something we sell to customers. We also package up bundles of business features into optional addons that the clients can ...
1
vote
1answer
201 views

Mounting multiple instances of the same engine in Rails 3

I'm wanting to make use of the new modularity prospects offered by the architecture changes in rails 3. However, rather than just mount an engine as in the majority of examples... ...
0
votes
1answer
23 views

repository of available rails engines

Is there a repository where you can find all the available rails engines? something like the appstore for rails engines? I have seen some references to http://rails-engines.org/ but that has only 2 ...
0
votes
0answers
282 views

How do I test controllers in a Rails 3.1 mountable engine? [closed]

Possible Duplicate: How do I write a Rails 3.1 engine controller test in rspec? I've looked all over, but I have yet to see any resources that explain this simple problem. I want to use the ...
0
votes
0answers
106 views

How to load Rails engines outside of vendor/plugins or Gemfile

I've got a Rails 2.3 content management app that uses engines in vendor/plugins as it's site instances. I'm in the process of converting to Rails 3.1 and I'd love to keep the instance engines out of ...
0
votes
1answer
280 views

Rails 3.1 engines migrations are not work

I'm create a rails 3.1 engine with migrations. rake db:migration works fine inside that engine, and inside host app. But I'm need to include this engine into another rails engine. Second engine ...
0
votes
2answers
66 views

Server library API to send request to server from Flash

I want to write application for facebook and vkontakte, which will consist of such main blocks as: SocialNetworkAPI (which include all work dedicated to social networks: posting to wall, get all ...
0
votes
1answer
43 views

Can you add more than one local engine to a Rails 3 app?

I'm trying to break several pieces of reusable application functionality into Rails engines. I have no trouble at all getting one engine to work, but the app doesn't seem to load data from subsequent ...
0
votes
2answers
71 views

using rule engines

I want a rule engine to calculate the truth values of formulas (and/or) + inferring new rules from the current KB. I searched most of the rule engines but I can not find a concrete example. Could ...
0
votes
5answers
162 views

Hiding part of a webpage from search engines?

I'd like to make part of a webpage ignored by search engines. Is this possible? I want search engines to notice only the title and content, not comments, menus, and etc. Example <p>content ...
0
votes
3answers
137 views

Database type and engine for medium scale user content website

Using MySQL for basic storage of system/user data. I need to store/search messages (adding webmail functionality), and have analytic (on the fly reports/graphs from current and historical data, so ...
0
votes
1answer
140 views

ApplicationController methods in Rails 2.0.2 not overriding plugin methods using Engines

I am trying to use the Savage Beast 2 plugin in my project. This plugin requires the use of Engines plugin. My project is on Rails 2.0.2. There are some methods in ...
0
votes
3answers
379 views

How to know the referral source of my website/page

I have a website where I want keep track of the Statistics about the users who came to my page from different sources. I want to identify whether user came from Search engines / other websites / ...
0
votes
2answers
107 views

How Do Google and Other Search Engines Determine Keywords?

First, it seems this question is not program related, however I still make up my mind to post this question here since there is opaque definition on it. If you think it is wrong feel free to delete ...
0
votes
3answers
330 views

Call javascript interpreter from a script

I've written some scripts in Javascript under Rhino 1.7, one of them starts a minimal http server and accepts JS commands in input. Now, if I call (from within Rhino): engine = ...
-1
votes
1answer
35 views

.net forum engine [closed]

I am looking for .net forum engine. Proprietary or OpenSource. It's should be done in modern .NET technologies and should be ready for using. P.S. I know about Yet Another Dot Net Forum.
-1
votes
1answer
140 views

Changing database storage engine later on?

Suppose i have an existing site with a good user base and active content. Suppose the tables for this database primarily use use Myisam storage engine. However, later on i want to shift some of ...