Of course, simply type:
reload!
Related Contents:
- How to get a random number in Ruby
- How to remove a key from Hash and get the remaining hash in Ruby/Rails?
- How can I specify a local gem in my Gemfile?
- How to replace a hash key with another key
- What is the right way to override a setter method in Ruby on Rails?
- Rails: Open link in new tab (with ‘link_to’)
- Rails hidden field undefined method ‘merge’ error
- Deleting all records in a database table
- What is the difference between `after_create` and `after_save` and when to use which?
- Rails 3: Get Random Record
- How do I run a Ruby file in a Rails environment?
- find() with nil when there are no records
- How do I strip non alphanumeric characters from a string and keep spaces?
- I need to generate uuid for my rails application. What are the options(gems) I have? [duplicate]
- Devise password reset from Rails console
- Convert UTC to local time in Rails 3
- validation custom message for rails 3
- Hash remove all except specific keys
- Rails Admin vs. ActiveAdmin [closed]
- Rails – Best-Practice: How to create dependent has_one relations
- PG::Error: SELECT DISTINCT, ORDER BY expressions must appear in select list
- unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
- Connecting Rails 3.1 with Multiple Databases
- Can we call a Controller’s method from a view (as we call from helper ideally)?
- Rails validation required numericality even though presence is not set to true
- How to get a query string from a URL in Rails
- Rails 3. How to display two decimal places in edit form?
- Rails, Ruby, how to sort an Array?
- How can I replace a hash key with another key?
- Using send_file to download a file from Amazon S3?
- Rails, How to render a view/partial in a model
- STI, one controller
- What does do in rails erb?
- Rails 3 – no such file to load — openssl
- In Rails, how to get current URL (but no paths)
- (JSON::ParserError) “{N}: unexpected token at ‘alihack
- Ruby on Rails 3 howto make ‘OR’ condition
- How to update a single attribute without touching the updated_at attribute?
- Rails Routing (root :to => …)
- “rake assets:precompile” gives punc error
- Best way to highlight current page in Rails 3? — apply a css class to links conditionally
- How to call ApplicationController methods from ApplicationHelper
- How to change the default path of view files in a Rails 3 controller?
- How to generate a random date in Ruby?
- Rails.cache error in Rails 3.1 – TypeError: can’t dump hash with default proc
- Ruby 1.9.2 and Rails 3 cannot open rails console
- Ruby on Rails: How can I edit database.yml for postgresql?
- How to get request’s target controller and action with Rails 3?
- Shortcut for plucking two attributes from an ActiveRecord object?
- Filter to execute before render but after controller?