PDA

View Full Version : Ruby



Pages : 1 2 3 4 5 6 7 8 9 10 [11] 12

  1. Is there a way to pass in a variable to the create.js.erb file?
  2. How can I change the root name when using to_json?
  3. Is there a good way to simulate unchecked checkboxes in Ruby?
  4. How do I use :order along with a loop?
  5. How do I stub out a "find" on a polymorphic model?
  6. What's the right way to test a rails 3 plugin that is distributed as a gem?
  7. Do any of you guys have a suggestion of how to delay the caching of a page?
  8. What's the best way to make my rails 3 app gems safe on a shared host?
  9. Is there any way to see where a bundle gem is being sourced from?
  10. Is it possible to shift the root of an application in rails3?
  11. Is there a simple way to exclude duplicates from a query?
  12. Is it still impossible to use Rails 3 RC with Ruby 1.9.1?
  13. Is it possible to use route helpers in ActionMailer tests?
  14. What's the easiest way to find out if rails3 is successfully loading a gem?
  15. How do I freeze a gem into vendor in rails 3?
  16. Is there any way to lazy load attributes?
  17. Is there a built-in way to do numeric validation on an attribute in params?
  18. What's the AR type equivalent for Set?
  19. Is there a way to convert rails Test::Unit tests into RSpec tests?
  20. How does local host know what project to load?
  21. Whats the best way to handle ajax tables?
  22. If I want to use recaptcha on my heroku site, how should I store the keys?
  23. If I want to decompose my layout into partials, how do I do it?
  24. How do you make a new blog post go to the top of the page?
  25. Is there some test tool available to force 2 requests to a controller action?
  26. What is the correct way to clone an activerecord model instance?
  27. Difference between Float in Ruby vs Float in Python?
  28. Is paperclip an engine ?
  29. Is there a way to schedule tasks throughout the day with beanstalker?
  30. Does ror support layout inheritance?
  31. What would be the best method of sending all emails via a background task?
  32. Is it a good practice to load different js files based on the controller?
  33. Is rails 2.3.8 protected from sql injection right out of the box?
  34. What methods are useable from rails view .erb files?
  35. How do I include special characters inside a string literal?
  36. How would I best stop spam on a public comments page for my site?
  37. Does rspec 2 have new rules for what or where you can 'stub' methods?
  38. How do I get my routes to work right in rspec?
  39. Is there a way to disable sessions for a specific controller/action?
  40. Does anybody here use Hudson CI with RVM?
  41. Is there a gem to enable haml generators?
  42. Is it possible to connect from a mac ruby version to MS SQL database?
  43. What is a good way to add and remove has_many associations in a view/controller?
  44. Do you all really use Vim?
  45. Is there a rake task that just truncates every table?
  46. Is there a way to check which gems a rails app is using?
  47. Is it possible to use thor for application templates?
  48. How to do this using only one line of code?
  49. What is a good antonym to embedded?
  50. What's the command to start the server via a console?
  51. Is it possible to observe a field for changes within a model?
  52. Does Rails provide a callback for use when a session is first created?
  53. How do I find out the latest version of a gem?
  54. Is there some easy way to subclass or hook into migrations?
  55. How can I make a 301/302 before the middleware in rails 3?
  56. Do I need to specify any parameter to the "link_to ... new_user_post_path" ?
  57. Is it not very common to separate functionality by schema with rails/mysql?
  58. How do I spit out the sql query that an activerecord find is going to use?
  59. How do people generally feel about the move from Ruby 2.3 to 3.0?
  60. How do I force the string I return from a helper method to not be sanitized?
  61. What would be "the rails way" to do complex statistics/reporting and stuff?
  62. Is there a clean way of using respond_with to render nothing?
  63. Is there a way to allow several calls from one ip into a rails server?
  64. Can I have a belongs_to or has_many without a foreign key?
  65. Do I need to do anything special to convert this to branch master for bundler?
  66. Can anybody recommend a good way to implement pbkdf2 encryption on Rails?
  67. What is the best GEM to build a skeleton if I wanna create my own gem?
  68. How can I get url_for working in rack metal?
  69. Is there an elegant way of doing case-insensitive finds with Postgresql?
  70. How can I create an additional RDoc page in my Rails App?
  71. Does any know how to tell if Spork is working right?
  72. Is there a way to split a date in rails to query only the day or month?
  73. How can I run the Rails test suite with different Ruby versions?
  74. How can I make an attribute "protected"?
  75. What is the best way to investigate a remote sqlite db?
  76. Is it reasonable to put a "require Rails.root/lib/foo" in side of a model?
  77. Is there a way to pass a parameter from a form submit?
  78. What is a good plugin to handle fileuploads and handling?
  79. Is there any nice gem out there to handle Datetime objects as strings?
  80. Is it possible to tell selenium to run its test less obstructively?
  81. Is there a known bug with the newest bundler version?
  82. Is rails 3 like... language aware?
  83. Is it necessary to do model testing first before adding fields or migration?
  84. Is there an alternate way to tell rails console which environment to use?
  85. Are delayed jobs and background operations the sme thing?
  86. Can rails be used to create a web application without a database?
  87. Is there a way to use nested layouts?
  88. How can I have flash notices appear in specific divs instead of all appearing?
  89. Does active record have a way to make a method alias for a database field?
  90. Is there a nice way to get at all resources in an applications routes?
  91. Whats a restful way to traverse through params for nested attributes?
  92. If I want to add eventmachine to my rails project where do I put it?
  93. Is there a way to return an AR 'empty set' from a scope-like AR class method?
  94. Is it possible to render another controller's action?
  95. Does rails 3 support postgresql 9?
  96. Does Rails provide anyway to register a helper method in its plugin API?
  97. What text editor do you guys use in Ubuntu for Ruby and Rails development?
  98. What's the difference between dev and test env?
  99. Is there a way in rails 3 to easily change the project name?
  100. How is a specific gem version installed with gem 1.5.2?
  101. How do I achive to save content of remote forms w/o reloading the while page?
  102. Are there any good rails blog systems?
  103. Are there certain gems gem command will not uninstall?
  104. What is the "owner" and "parent" within activerecord implementation?
  105. Is there anything like the "resource_fu" plugin for rails 3?
  106. Is there anything that prevents me from using a named route in a model?
  107. How can I debug why a gem's init.rb file is not getting run?
  108. Will cucumber follow redirects?
  109. What is the best way of testing associations with Rspec and FactoryGirl?
  110. Is there a DIV design sort of generator function for or in Rails3 ?
  111. How do I get rails 3 not to escape the @ sign when I use a named route?
  112. How can I include a gem temporarily from the Rails Console?
  113. Is there a newer approach to writing a database-less application with Rails 3?
  114. What would cause images to sometimes show the image path instead of the image?
  115. How can I write to a file with utf-8 encoded characters?
  116. How can I tell my application to use the new version of the passenger?
  117. Is there a way to use hash.merge in order to delete a symbol?
  118. How can I get render_to_string() to be defined as a method in a .js.erb file?
  119. How can I get the url for an image?
  120. Is there a good pattern for testing ApplicationController?
  121. Is there any way I can troubleshoot actionmailer?
  122. How can I specify the version of the gem I want to use in my gemfile?
  123. How can I query my database to find someone by their name?
  124. Isn't metaweblog the common API for posting to blogs?
  125. How can I delete by sql in rails?
  126. Is reset_before_test removed from Machinist-1.0.6?
  127. Does rspec load the rails framework when testing?
  128. How can I tell what depends on capybara-0.4.1.2?
  129. How can I use a variable extracted via jquery to build an url in rails 3?
  130. How would I programicly remove a route from a rails 2.3.8 project?
  131. Whats the best way to maintain state between 3 requests?
  132. What's the current favorite authentication package?
  133. Do I need to use an upload plugin to treat a file added to a form ?
  134. Is any free gem or plugin can get timezone via address or lat and lng?
  135. Is using haml a bad idea?
  136. What can cause Rails to be able to read but not write on mysql db?
  137. How do I get a file path from rails root minus the file name itself?
  138. Is the final code for railstutorial.org available for download?
  139. Is it possible to include a file from within a method in a controller?
  140. Can someone explain why rails 3.0.8 and 3.2 are in development at the same time?
  141. How do I avoid the TEST_ENV's db from being deleted after a unit test is run?
  142. Is there a decent S3 library for ruby?
  143. Is there a way to insert into active record objects after retrieving them?
  144. Is there any way to query the length limit of a ActiveRecord atttribute?
  145. Is there a gem to make a history for a has_many relation?
  146. Is it better to install plug-ins as plug-ins or as gems?
  147. Can someone explain me whats the difference between Rspec and Rspec::Rails?
  148. Do I need to use a gem in order to put fb "like" buttons on pages?
  149. How do I make rspec the default test framework for my rails app?
  150. What do you think about using a graph to represent caching dependencies?
  151. How do I download a directory from a github page?
  152. Are there any good resources for understanding AJAX on rails?
  153. Can rails handle multiple open database connections ?
  154. Is there a way to santize double quotes in a text area input?
  155. How can I include namespaces in forms?
  156. How are most of you guys updating to rails 3.1?
  157. How to find objects using more than one parameter?
  158. Can you call route helpers in actionmailer tests and templates?
  159. Where should place Validator class realisation? in model?
  160. Is there a reverse of accepts_nested_attributes_for?
  161. Is there any way to undo a references directive?
  162. Does Rails or ActiveRecord have some default template for models named User?
  163. What's the best way to get a single property array from an array of objects?
  164. Is there any sort of signals framework for rails?
  165. How can I update nested_attributes of a model, without inserting new ones?
  166. Is it worth rewriting my site for rails 3?
  167. Is there any reason why I should have Xcode on my mac for ruby on rails?
  168. Is there any way to upload a file via ajax and prototype on rails 3?
  169. Can I reload a model definition in the console without restarting it?
  170. How can I create fields that dont exist in the database in my view ?
  171. Does anybody have some solid info on which reporting tool to use when on rails?
  172. Is Pow for deployments on mac osx machines?
  173. Is the method to reset_password using by Devise secure? users/passwords/edit?
  174. How would I create a helper for an rjs file?
  175. Is there a way to run the navigator.geolocation inside of a rails controller?
  176. What is the best way to deal with a selection of items in activerecord?
  177. Is the icalendar gem compatible with rails 3 yet?
  178. What is used these days for dumping/loading database data?
  179. What change in routes from 3.0.1 to 3.0.3 ?
  180. What is the name of that new lambda in Ruby 1.9.2? Spike Lambda or something?
  181. How can I use the debugger in Rails 3 from a rake task?
  182. What are you guys using to handle restful resources outside of ActiveResource?
  183. Is there anything I can do to speed up the starting of rails?
  184. Is it possible to define a string primary key for a rails table?
  185. How can I add an id to a button_to helper?
  186. How can I have my "normal" rails environment in a ruby script?
  187. Can you have cucumber features in subdirectories of features?
  188. Is there a way to not use rcov if the system is windows?
  189. Is there a special name for "sessions using database" in rails?
  190. Is there a way I can set a dynamic host for urls in action mailer?
  191. Can jquery-ui themes be used in the rails 3.1 asset pipeline?
  192. Does rails 3 behave differently regarding rake tasks?
  193. Do not all gems support the bundle outdated feature yet?
  194. What is the 'best way' to implement #hashtag navigation in rails?
  195. How to do caching with rails?
  196. If I'm doing an activerecord WHERE query, how can I specify more than one value?
  197. Is it easy to share devise code/session between few rails app?
  198. Is there a way I can get around the system command removing a colon?
  199. How can I render a partial for another model type in my controller?
  200. Is it possible to load a partial from a different directory ?
  201. Is rails 3.1 close to release?
  202. How do you prevent attributes from showing up in records for respond_to?
  203. Can I turn off sessions completely in rails?
  204. What's the best way to get passenger and REE up and running on ubuntu 10.04?
  205. How do I use app/middleware in rails 3?
  206. How do you switch which version of rails is used?
  207. Is there a new way to set the env for rake?
  208. Is there a way to upload generic files into a model via an ajax form in rails 3?
  209. What's your fave linux environment for rails dev?
  210. Is there a reverse of accepts_nested_attributes_for?
  211. What is the latest way to initialize a new gem skeleton for rails 3.1 ?
  212. Is there a way to use internationalized routes with devise?
  213. How do I use bundle exec to run cucumber with autotest?
  214. How can I tell raids to require a file for each rails console session?
  215. How can I reject empty records when the record is saved? only when saved though?
  216. Is there a method in rails similar to pluralize but doesn't return the count?
  217. Is there a reason that doing the following doesn't apply the hash to the URL?
  218. How can a model know of current_user from Devise?
  219. Are command line tools (rake and rails) slower in rails 3?
  220. How can I activate my validation only when the value exist?
  221. What's the easiest way to load your rails environment up in a rake task?
  222. Is there an easy way to create a do loop with just a range of numbers?
  223. Is there a way to get rspec tests to work when using memcached?
  224. What is the best graphing library ? open flash chart 2 ?
  225. Is it possible to output the validation error in rails console for a model?
  226. Is there a way to easily remove all the stuff made by rails create scaffold?
  227. Can I create a method "def self.method.exists?
  228. What do you guys use to communicate with databases other than the rails db?
  229. Are there any alternatives to capistrano lately?
  230. How to install a plugin in rails 3?
  231. Is cache sweeping something that is built into rails 3?
  232. How do I remove a line of code in a file using Thor (Rails Custom Generators) ?
  233. Does rails come with a JSON implementation?
  234. Can I override path_names by default without specifying for each resource?
  235. Is there a way to do a method_missing on controllers regarding actions?
  236. Does pickle support nil values?
  237. Can I access post params directly?
  238. Can some people here tell me why they like using Devise?
  239. Is there a good rails3 replacement for factory_girl or machinist ??
  240. Is it possible to override default_url_options in a specific action mailer?
  241. Is 'type' a reserved field in ActiveRecord?
  242. Is it possible to disable all caching during a request at runtime?
  243. Are there any samples online how to write middleware on Rails 3?
  244. Whats the command to generate a migration that removes a column?
  245. How can I print out a DateTime value for Czech, with the months etc, in Czech?
  246. Is there a known problem with Tempfile on ubuntu?
  247. Do rails deployments actually commonly use these http verbs like DELETE and PUT?
  248. How can I call an instance variable from the application layout?
  249. Is it possible to render :layout for a collection?
  250. How do I match a wildcard route on a resource collection in rails 3?