- Is there a way to pass in a variable to the create.js.erb file?
- How can I change the root name when using to_json?
- Is there a good way to simulate unchecked checkboxes in Ruby?
- How do I use :order along with a loop?
- How do I stub out a "find" on a polymorphic model?
- What's the right way to test a rails 3 plugin that is distributed as a gem?
- Do any of you guys have a suggestion of how to delay the caching of a page?
- What's the best way to make my rails 3 app gems safe on a shared host?
- Is there any way to see where a bundle gem is being sourced from?
- Is it possible to shift the root of an application in rails3?
- Is there a simple way to exclude duplicates from a query?
- Is it still impossible to use Rails 3 RC with Ruby 1.9.1?
- Is it possible to use route helpers in ActionMailer tests?
- What's the easiest way to find out if rails3 is successfully loading a gem?
- How do I freeze a gem into vendor in rails 3?
- Is there any way to lazy load attributes?
- Is there a built-in way to do numeric validation on an attribute in params?
- What's the AR type equivalent for Set?
- Is there a way to convert rails Test::Unit tests into RSpec tests?
- How does local host know what project to load?
- Whats the best way to handle ajax tables?
- If I want to use recaptcha on my heroku site, how should I store the keys?
- If I want to decompose my layout into partials, how do I do it?
- How do you make a new blog post go to the top of the page?
- Is there some test tool available to force 2 requests to a controller action?
- What is the correct way to clone an activerecord model instance?
- Difference between Float in Ruby vs Float in Python?
- Is paperclip an engine ?
- Is there a way to schedule tasks throughout the day with beanstalker?
- Does ror support layout inheritance?
- What would be the best method of sending all emails via a background task?
- Is it a good practice to load different js files based on the controller?
- Is rails 2.3.8 protected from sql injection right out of the box?
- What methods are useable from rails view .erb files?
- How do I include special characters inside a string literal?
- How would I best stop spam on a public comments page for my site?
- Does rspec 2 have new rules for what or where you can 'stub' methods?
- How do I get my routes to work right in rspec?
- Is there a way to disable sessions for a specific controller/action?
- Does anybody here use Hudson CI with RVM?
- Is there a gem to enable haml generators?
- Is it possible to connect from a mac ruby version to MS SQL database?
- What is a good way to add and remove has_many associations in a view/controller?
- Do you all really use Vim?
- Is there a rake task that just truncates every table?
- Is there a way to check which gems a rails app is using?
- Is it possible to use thor for application templates?
- How to do this using only one line of code?
- What is a good antonym to embedded?
- What's the command to start the server via a console?
- Is it possible to observe a field for changes within a model?
- Does Rails provide a callback for use when a session is first created?
- How do I find out the latest version of a gem?
- Is there some easy way to subclass or hook into migrations?
- How can I make a 301/302 before the middleware in rails 3?
- Do I need to specify any parameter to the "link_to ... new_user_post_path" ?
- Is it not very common to separate functionality by schema with rails/mysql?
- How do I spit out the sql query that an activerecord find is going to use?
- How do people generally feel about the move from Ruby 2.3 to 3.0?
- How do I force the string I return from a helper method to not be sanitized?
- What would be "the rails way" to do complex statistics/reporting and stuff?
- Is there a clean way of using respond_with to render nothing?
- Is there a way to allow several calls from one ip into a rails server?
- Can I have a belongs_to or has_many without a foreign key?
- Do I need to do anything special to convert this to branch master for bundler?
- Can anybody recommend a good way to implement pbkdf2 encryption on Rails?
- What is the best GEM to build a skeleton if I wanna create my own gem?
- How can I get url_for working in rack metal?
- Is there an elegant way of doing case-insensitive finds with Postgresql?
- How can I create an additional RDoc page in my Rails App?
- Does any know how to tell if Spork is working right?
- Is there a way to split a date in rails to query only the day or month?
- How can I run the Rails test suite with different Ruby versions?
- How can I make an attribute "protected"?
- What is the best way to investigate a remote sqlite db?
- Is it reasonable to put a "require Rails.root/lib/foo" in side of a model?
- Is there a way to pass a parameter from a form submit?
- What is a good plugin to handle fileuploads and handling?
- Is there any nice gem out there to handle Datetime objects as strings?
- Is it possible to tell selenium to run its test less obstructively?
- Is there a known bug with the newest bundler version?
- Is rails 3 like... language aware?
- Is it necessary to do model testing first before adding fields or migration?
- Is there an alternate way to tell rails console which environment to use?
- Are delayed jobs and background operations the sme thing?
- Can rails be used to create a web application without a database?
- Is there a way to use nested layouts?
- How can I have flash notices appear in specific divs instead of all appearing?
- Does active record have a way to make a method alias for a database field?
- Is there a nice way to get at all resources in an applications routes?
- Whats a restful way to traverse through params for nested attributes?
- If I want to add eventmachine to my rails project where do I put it?
- Is there a way to return an AR 'empty set' from a scope-like AR class method?
- Is it possible to render another controller's action?
- Does rails 3 support postgresql 9?
- Does Rails provide anyway to register a helper method in its plugin API?
- What text editor do you guys use in Ubuntu for Ruby and Rails development?
- What's the difference between dev and test env?
- Is there a way in rails 3 to easily change the project name?
- How is a specific gem version installed with gem 1.5.2?
- How do I achive to save content of remote forms w/o reloading the while page?
- Are there any good rails blog systems?
- Are there certain gems gem command will not uninstall?
- What is the "owner" and "parent" within activerecord implementation?
- Is there anything like the "resource_fu" plugin for rails 3?
- Is there anything that prevents me from using a named route in a model?
- How can I debug why a gem's init.rb file is not getting run?
- Will cucumber follow redirects?
- What is the best way of testing associations with Rspec and FactoryGirl?
- Is there a DIV design sort of generator function for or in Rails3 ?
- How do I get rails 3 not to escape the @ sign when I use a named route?
- How can I include a gem temporarily from the Rails Console?
- Is there a newer approach to writing a database-less application with Rails 3?
- What would cause images to sometimes show the image path instead of the image?
- How can I write to a file with utf-8 encoded characters?
- How can I tell my application to use the new version of the passenger?
- Is there a way to use hash.merge in order to delete a symbol?
- How can I get render_to_string() to be defined as a method in a .js.erb file?
- How can I get the url for an image?
- Is there a good pattern for testing ApplicationController?
- Is there any way I can troubleshoot actionmailer?
- How can I specify the version of the gem I want to use in my gemfile?
- How can I query my database to find someone by their name?
- Isn't metaweblog the common API for posting to blogs?
- How can I delete by sql in rails?
- Is reset_before_test removed from Machinist-1.0.6?
- Does rspec load the rails framework when testing?
- How can I tell what depends on capybara-0.4.1.2?
- How can I use a variable extracted via jquery to build an url in rails 3?
- How would I programicly remove a route from a rails 2.3.8 project?
- Whats the best way to maintain state between 3 requests?
- What's the current favorite authentication package?
- Do I need to use an upload plugin to treat a file added to a form ?
- Is any free gem or plugin can get timezone via address or lat and lng?
- Is using haml a bad idea?
- What can cause Rails to be able to read but not write on mysql db?
- How do I get a file path from rails root minus the file name itself?
- Is the final code for railstutorial.org available for download?
- Is it possible to include a file from within a method in a controller?
- Can someone explain why rails 3.0.8 and 3.2 are in development at the same time?
- How do I avoid the TEST_ENV's db from being deleted after a unit test is run?
- Is there a decent S3 library for ruby?
- Is there a way to insert into active record objects after retrieving them?
- Is there any way to query the length limit of a ActiveRecord atttribute?
- Is there a gem to make a history for a has_many relation?
- Is it better to install plug-ins as plug-ins or as gems?
- Can someone explain me whats the difference between Rspec and Rspec::Rails?
- Do I need to use a gem in order to put fb "like" buttons on pages?
- How do I make rspec the default test framework for my rails app?
- What do you think about using a graph to represent caching dependencies?
- How do I download a directory from a github page?
- Are there any good resources for understanding AJAX on rails?
- Can rails handle multiple open database connections ?
- Is there a way to santize double quotes in a text area input?
- How can I include namespaces in forms?
- How are most of you guys updating to rails 3.1?
- How to find objects using more than one parameter?
- Can you call route helpers in actionmailer tests and templates?
- Where should place Validator class realisation? in model?
- Is there a reverse of accepts_nested_attributes_for?
- Is there any way to undo a references directive?
- Does Rails or ActiveRecord have some default template for models named User?
- What's the best way to get a single property array from an array of objects?
- Is there any sort of signals framework for rails?
- How can I update nested_attributes of a model, without inserting new ones?
- Is it worth rewriting my site for rails 3?
- Is there any reason why I should have Xcode on my mac for ruby on rails?
- Is there any way to upload a file via ajax and prototype on rails 3?
- Can I reload a model definition in the console without restarting it?
- How can I create fields that dont exist in the database in my view ?
- Does anybody have some solid info on which reporting tool to use when on rails?
- Is Pow for deployments on mac osx machines?
- Is the method to reset_password using by Devise secure? users/passwords/edit?
- How would I create a helper for an rjs file?
- Is there a way to run the navigator.geolocation inside of a rails controller?
- What is the best way to deal with a selection of items in activerecord?
- Is the icalendar gem compatible with rails 3 yet?
- What is used these days for dumping/loading database data?
- What change in routes from 3.0.1 to 3.0.3 ?
- What is the name of that new lambda in Ruby 1.9.2? Spike Lambda or something?
- How can I use the debugger in Rails 3 from a rake task?
- What are you guys using to handle restful resources outside of ActiveResource?
- Is there anything I can do to speed up the starting of rails?
- Is it possible to define a string primary key for a rails table?
- How can I add an id to a button_to helper?
- How can I have my "normal" rails environment in a ruby script?
- Can you have cucumber features in subdirectories of features?
- Is there a way to not use rcov if the system is windows?
- Is there a special name for "sessions using database" in rails?
- Is there a way I can set a dynamic host for urls in action mailer?
- Can jquery-ui themes be used in the rails 3.1 asset pipeline?
- Does rails 3 behave differently regarding rake tasks?
- Do not all gems support the bundle outdated feature yet?
- What is the 'best way' to implement #hashtag navigation in rails?
- How to do caching with rails?
- If I'm doing an activerecord WHERE query, how can I specify more than one value?
- Is it easy to share devise code/session between few rails app?
- Is there a way I can get around the system command removing a colon?
- How can I render a partial for another model type in my controller?
- Is it possible to load a partial from a different directory ?
- Is rails 3.1 close to release?
- How do you prevent attributes from showing up in records for respond_to?
- Can I turn off sessions completely in rails?
- What's the best way to get passenger and REE up and running on ubuntu 10.04?
- How do I use app/middleware in rails 3?
- How do you switch which version of rails is used?
- Is there a new way to set the env for rake?
- Is there a way to upload generic files into a model via an ajax form in rails 3?
- What's your fave linux environment for rails dev?
- Is there a reverse of accepts_nested_attributes_for?
- What is the latest way to initialize a new gem skeleton for rails 3.1 ?
- Is there a way to use internationalized routes with devise?
- How do I use bundle exec to run cucumber with autotest?
- How can I tell raids to require a file for each rails console session?
- How can I reject empty records when the record is saved? only when saved though?
- Is there a method in rails similar to pluralize but doesn't return the count?
- Is there a reason that doing the following doesn't apply the hash to the URL?
- How can a model know of current_user from Devise?
- Are command line tools (rake and rails) slower in rails 3?
- How can I activate my validation only when the value exist?
- What's the easiest way to load your rails environment up in a rake task?
- Is there an easy way to create a do loop with just a range of numbers?
- Is there a way to get rspec tests to work when using memcached?
- What is the best graphing library ? open flash chart 2 ?
- Is it possible to output the validation error in rails console for a model?
- Is there a way to easily remove all the stuff made by rails create scaffold?
- Can I create a method "def self.method.exists?
- What do you guys use to communicate with databases other than the rails db?
- Are there any alternatives to capistrano lately?
- How to install a plugin in rails 3?
- Is cache sweeping something that is built into rails 3?
- How do I remove a line of code in a file using Thor (Rails Custom Generators) ?
- Does rails come with a JSON implementation?
- Can I override path_names by default without specifying for each resource?
- Is there a way to do a method_missing on controllers regarding actions?
- Does pickle support nil values?
- Can I access post params directly?
- Can some people here tell me why they like using Devise?
- Is there a good rails3 replacement for factory_girl or machinist ??
- Is it possible to override default_url_options in a specific action mailer?
- Is 'type' a reserved field in ActiveRecord?
- Is it possible to disable all caching during a request at runtime?
- Are there any samples online how to write middleware on Rails 3?
- Whats the command to generate a migration that removes a column?
- How can I print out a DateTime value for Czech, with the months etc, in Czech?
- Is there a known problem with Tempfile on ubuntu?
- Do rails deployments actually commonly use these http verbs like DELETE and PUT?
- How can I call an instance variable from the application layout?
- Is it possible to render :layout for a collection?
- How do I match a wildcard route on a resource collection in rails 3?